2021-03-30 19:12:01 +01:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2024-07-24 16:18:17 +01:00
|
|
|
"esModuleInterop": true,
|
2021-03-30 19:12:01 +01:00
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
2023-05-26 16:33:41 +03:00
|
|
|
"target": "ES2022",
|
2021-03-30 19:12:01 +01:00
|
|
|
"typeRoots": [
|
2020-05-25 09:52:53 +01:00
|
|
|
"../../node_modules/@types"
|
2021-03-30 19:12:01 +01:00
|
|
|
],
|
2020-01-21 18:03:26 +00:00
|
|
|
"paths": {
|
2021-02-25 17:42:44 +00:00
|
|
|
"@app/*": [
|
|
|
|
"core/app/shell/src/app/*"
|
|
|
|
],
|
2021-02-12 21:57:48 +00:00
|
|
|
"common": [
|
|
|
|
"dist/common/common",
|
|
|
|
"dist/common"
|
|
|
|
],
|
2021-02-19 23:44:23 +00:00
|
|
|
"core": [
|
|
|
|
"dist/core/core",
|
|
|
|
"dist/core"
|
2020-09-10 17:51:33 +01:00
|
|
|
]
|
2020-01-21 18:03:26 +00:00
|
|
|
},
|
2021-03-30 19:12:01 +01:00
|
|
|
"lib": [
|
|
|
|
"es2018",
|
2020-02-04 00:29:09 +00:00
|
|
|
"dom",
|
|
|
|
"esnext.asynciterable"
|
2023-05-26 16:33:41 +03:00
|
|
|
],
|
|
|
|
"useDefineForClassFields": false
|
2020-05-25 11:25:46 +01:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"fullTemplateTypeCheck": true
|
2021-03-30 19:12:01 +01:00
|
|
|
}
|
|
|
|
}
|