2021-04-08 02:37:17 +03:00
|
|
|
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
2021-11-12 00:32:41 +03:00
|
|
|
"baseUrl": "./src",
|
2021-04-08 02:37:17 +03:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
2021-04-09 16:41:43 +03:00
|
|
|
"declaration": false,
|
2021-04-08 02:37:17 +03:00
|
|
|
"downlevelIteration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
2021-05-04 02:00:41 +03:00
|
|
|
"preserveSymlinks": true,
|
2021-04-08 02:37:17 +03:00
|
|
|
"target": "es2015",
|
|
|
|
"module": "es2020",
|
|
|
|
"lib": [
|
|
|
|
"es2018",
|
2021-04-09 16:41:43 +03:00
|
|
|
"dom"
|
2021-04-08 02:37:17 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
}
|