2018-08-02 13:41:30 +00:00
|
|
|
{
|
2020-10-07 12:29:59 +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,
|
|
|
|
"paths": {
|
|
|
|
"@cc/components/*": ["src/components/*"],
|
|
|
|
"@cc/utils/*": ["src/utils/*"],
|
2021-04-09 15:29:40 +00:00
|
|
|
"@cc/app/shared/*": ["src/app/shared/*"],
|
|
|
|
"@cc/app/api/*": ["src/app/api/*"]
|
2020-08-21 12:15:41 +00:00
|
|
|
}
|
2020-10-07 12:29:59 +00:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
}
|
2018-08-02 13:41:30 +00:00
|
|
|
}
|