mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
* Fixing TypeScript errors in bun-error package * Fixing import path * Removing unused 'isClient' prop from AsyncSourceLines * PR feedback
11 lines
203 B
JSON
11 lines
203 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"lib": ["ESNext", "DOM"],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
}
|
|
}
|