mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-22 23:50:52 +01:00
36 lines
723 B
JSON
36 lines
723 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,
|
|
"target": "es5",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"module": "esnext",
|
|
"paths": {
|
|
"mini-signals": [
|
|
"node_modules/mini-signals/index.js"
|
|
]
|
|
},
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|