2020-09-29 20:31:57 +00:00
|
|
|
{
|
2020-12-25 03:12:54 +00:00
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"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": ["esnext", "dom"],
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"resolveJsonModule": true
|
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
}
|
2020-09-29 20:31:57 +00:00
|
|
|
}
|