2020-06-04 15:07:14 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"importHelpers": true,
|
2021-05-11 13:45:36 +00:00
|
|
|
"module": "es2020",
|
2020-06-04 15:07:14 +00:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
|
|
|
],
|
|
|
|
"lib": [
|
2021-05-11 13:45:36 +00:00
|
|
|
"es2019.array",
|
2022-02-15 11:09:07 +00:00
|
|
|
"es2019.object",
|
2020-06-04 15:07:14 +00:00
|
|
|
"es2017",
|
|
|
|
"dom"
|
|
|
|
],
|
2022-02-15 11:09:07 +00:00
|
|
|
"baseUrl": "src",
|
2021-05-11 13:45:36 +00:00
|
|
|
"paths": {
|
2021-07-26 09:56:51 +00:00
|
|
|
"@common/*": ["app/webapp-common/*"],
|
|
|
|
"~/*": ["app/*"]
|
2021-05-11 13:45:36 +00:00
|
|
|
}
|
2020-06-04 15:07:14 +00:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
2021-05-11 13:45:36 +00:00
|
|
|
"strictTemplates": true,
|
2020-06-04 15:07:14 +00:00
|
|
|
"preserveWhitespaces": true
|
|
|
|
}
|
|
|
|
}
|