mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
24 lines
415 B
JSON
24 lines
415 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"moduleResolution": "nodenext",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"allowJs": true,
|
|
"downlevelIteration": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "react-jsx",
|
|
"types": [
|
|
"bun-types"
|
|
],
|
|
"typeRoots": [
|
|
"./packages"
|
|
],
|
|
}
|
|
}
|