2020-09-21 20:52:26 +03:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
2017-02-22 18:13:21 +00:00
|
|
|
{
|
2017-03-27 16:08:53 +01:00
|
|
|
"compileOnSave": false,
|
2017-02-22 18:13:21 +00:00
|
|
|
"compilerOptions": {
|
2018-09-07 07:39:58 -05:00
|
|
|
"baseUrl": "./",
|
2017-03-27 16:08:53 +01:00
|
|
|
"outDir": "./dist/out-tsc",
|
2020-09-21 20:52:26 +03:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
2021-05-08 16:02:03 +02:00
|
|
|
"strict": true,
|
2020-09-21 20:52:26 +03:00
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
2017-02-22 18:13:21 +00:00
|
|
|
"sourceMap": true,
|
2017-03-27 16:08:53 +01:00
|
|
|
"declaration": false,
|
2020-03-17 22:28:48 +02:00
|
|
|
"downlevelIteration": true,
|
|
|
|
"experimentalDecorators": true,
|
2017-03-27 16:08:53 +01:00
|
|
|
"moduleResolution": "node",
|
2019-05-09 15:56:24 -05:00
|
|
|
"importHelpers": true,
|
2021-07-24 12:03:46 +03:00
|
|
|
"target": "es2017",
|
2020-09-21 20:52:26 +03:00
|
|
|
"module": "es2020",
|
2017-03-27 16:08:53 +01:00
|
|
|
"lib": [
|
2018-10-08 14:34:44 -05:00
|
|
|
"es2018",
|
2017-06-30 16:06:00 +02:00
|
|
|
"dom"
|
2017-03-27 16:08:53 +01:00
|
|
|
]
|
2019-08-20 10:52:31 -07:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
2021-04-18 11:45:29 +01:00
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
2020-09-21 20:52:26 +03:00
|
|
|
"strictInjectionParameters": true,
|
|
|
|
"strictInputAccessModifiers": true,
|
2021-02-20 16:30:31 +00:00
|
|
|
"strictTemplates": true
|
2020-03-17 22:28:48 +02:00
|
|
|
}
|
2017-02-22 18:13:21 +00:00
|
|
|
}
|