mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-04 20:58:01 +08:00
39 lines
809 B
JSON
39 lines
809 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./dist/out-tsc",
|
||
|
"module": "es2020",
|
||
|
"sourceMap": true,
|
||
|
"declaration": false,
|
||
|
"moduleResolution": "node",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"paths": {
|
||
|
},
|
||
|
"allowJs": true,
|
||
|
"target": "es5",
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types"
|
||
|
],
|
||
|
"lib": [
|
||
|
"es2017",
|
||
|
"es2016",
|
||
|
"es2015",
|
||
|
"dom"
|
||
|
]
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
],
|
||
|
"angularCompilerOptions": {
|
||
|
"enableIvy": true,
|
||
|
"strictTemplates": true,
|
||
|
"fullTemplateTypeCheck": true,
|
||
|
"annotateForClosureCompiler": true,
|
||
|
"strictInjectionParameters": true,
|
||
|
"skipTemplateCodegen": false,
|
||
|
"skipMetadataEmit": false,
|
||
|
"disableTypeScriptVersionCheck": true
|
||
|
}
|
||
|
}
|