Files
bun.sh/test/bundler/transpiler/tsconfig.json
2025-02-03 14:10:09 -08:00

7 lines
90 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx"
}
}