19 lines
453 B
JSON
19 lines
453 B
JSON
{
|
|||
|
|
"compilerOptions": {
|
||
|
|
"lib": ["ESNext"],
|
||
|
|
"module": "ESNext",
|
||
|
|
"target": "ESNext",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"moduleDetection": "force",
|
||
|
|
"strict": true,
|
||
|
|
"downlevelIteration": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"inlineSourceMap": true,
|
||
|
|
"allowJs": true,
|
||
|
|
"outDir": "dist"
|
||
|
|
},
|
||
|
|
"include": [".", "../bun-types/index.d.ts"]
|
||
|
|
}
|