2020-03-27 08:45:48 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"experimentalDecorators": true,
|
2020-08-10 05:05:14 +00:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2020-03-27 08:45:48 +00:00
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"lib": ["es2018", "dom"],
|
|
|
|
"types": ["node"],
|
2020-08-10 05:05:14 +00:00
|
|
|
"paths": {}
|
2020-03-27 08:45:48 +00:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
}
|
|
|
|
}
|