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

7 lines
93 B
JSON

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