Files
bun-src/test/bundler/transpiler/tsconfig.json
T

7 lines
90 B
JSON
Raw Normal View History

2026-08-27 21:09:14 +00:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx"
}
}