27 lines
546 B
JSON
27 lines
546 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"outDir": "./dist/out-tsc",
|
||
|
"sourceMap": true,
|
||
|
"declaration": false,
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"importHelpers": true,
|
||
|
"target": "es2015",
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types"
|
||
|
],
|
||
|
"lib": [
|
||
|
"es2018",
|
||
|
"dom"
|
||
|
]
|
||
|
},
|
||
|
"angularCompilerOptions": {
|
||
|
"fullTemplateTypeCheck": true,
|
||
|
"strictInjectionParameters": true
|
||
|
}
|
||
|
}
|