2021-07-06 15:36:52 +02:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
2018-06-13 18:34:10 +02:00
|
|
|
{
|
2018-06-19 16:55:50 +02:00
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./src",
|
2019-07-01 11:23:33 +02:00
|
|
|
"downlevelIteration": true,
|
2018-06-19 16:55:50 +02:00
|
|
|
"outDir": "./dist/out-tsc",
|
2021-07-06 15:36:52 +02:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": false,
|
|
|
|
"noImplicitReturns": false,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
2018-06-19 16:55:50 +02:00
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2021-07-06 15:36:52 +02:00
|
|
|
"module": "es2020",
|
2018-06-19 16:55:50 +02:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"experimentalDecorators": true,
|
2019-07-01 11:23:33 +02:00
|
|
|
"importHelpers": true,
|
2021-07-06 15:36:52 +02:00
|
|
|
"target": "es2017",
|
2019-07-01 11:23:33 +02:00
|
|
|
"lib": ["es2018", "dom"],
|
2019-03-26 17:32:37 +01:00
|
|
|
"paths": {
|
2019-04-25 13:15:24 +02:00
|
|
|
"exceljs": ["../node_modules/exceljs/dist/exceljs.min"],
|
|
|
|
"core-js/es7/*": ["../node_modules/core-js/proposals/reflect-metadata"],
|
|
|
|
"core-js/es6/*": ["../node_modules/core-js/es/*"]
|
2019-03-26 17:32:37 +01:00
|
|
|
}
|
2021-07-06 15:36:52 +02:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
|
|
"strictInjectionParameters": false,
|
|
|
|
"strictInputAccessModifiers": false,
|
|
|
|
"strictPropertyInitialization": false,
|
|
|
|
"strictTemplates": false
|
2018-06-19 16:55:50 +02:00
|
|
|
}
|
2018-06-13 18:34:10 +02:00
|
|
|
}
|