mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-19 09:15:19 +03:00
12 lines
334 B
JSON
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": []
|
|
}
|