2020-03-27 08:43:47 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2020-04-02 06:56:19 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2020-03-27 08:43:47 +00:00
|
|
|
"downlevelIteration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
2020-04-02 06:56:19 +00:00
|
|
|
"lib": ["es2018", "dom"],
|
2020-03-27 08:43:47 +00:00
|
|
|
"types": ["node"],
|
|
|
|
"paths": {
|
|
|
|
"@app/*": ["src/app/*"],
|
|
|
|
"@assets/*": ["src/assets/*"],
|
|
|
|
"@environments": ["src/environments/environment"]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
}
|
|
|
|
}
|