Files
bun.sh/bench/tsconfig.json
2024-09-03 21:32:52 -07:00

8 lines
122 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
// For the organize imports plugin
"jsx": "react"
}
}