Files
netris-nestri/tsconfig.json
2026-08-06 22:13:37 +03:00

12 lines
334 B
JSON

{
// Transpilation config for Bun when run from the repo root. The only JSX
// in this repo is hono/jsx (packages/auth); without this, Bun's default
// `react/jsx-dev-runtime` lookup fails when tests run from the root.
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"types": []
},
"include": []
}