mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-22 23:50:52 +01:00
30 lines
648 B
JSON
30 lines
648 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"outDir": "./dist",
|
|
"sourceMap": false,
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"resolveJsonModule": true,
|
|
"downlevelIteration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"strict": false,
|
|
"strictNullChecks": false,
|
|
"target": "ES2022",
|
|
"lib": [
|
|
"DOM",
|
|
"DOM.Iterable",
|
|
"ESNext"
|
|
],
|
|
"module": "ES2022"
|
|
}
|
|
}
|