mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-22 02:35:25 +03:00
feat: Sync to OSS repo
This commit is contained in:
@@ -1 +1,11 @@
|
||||
{}
|
||||
{
|
||||
// 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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user