mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"lib": ["ESNext", "DOM"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|