2018-01-16 15:09:59 +00:00
|
|
|
{
|
|
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
2019-10-15 13:42:31 +00:00
|
|
|
"baseUrl": "./",
|
2018-01-16 15:09:59 +00:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"declaration": false,
|
2019-10-15 13:42:31 +00:00
|
|
|
"downlevelIteration": true,
|
2018-01-16 15:09:59 +00:00
|
|
|
"experimentalDecorators": true,
|
2019-10-15 13:42:31 +00:00
|
|
|
"module": "esnext",
|
|
|
|
|
"moduleResolution": "node",
|
2019-01-09 18:53:18 +00:00
|
|
|
"importHelpers": true,
|
2019-10-15 13:42:31 +00:00
|
|
|
"target": "es2015",
|
2023-12-07 13:32:37 +00:00
|
|
|
"typeRoots": ["node_modules/@types"],
|
|
|
|
|
"lib": ["es2018", "dom"]
|
2019-08-20 17:52:31 +00:00
|
|
|
},
|
|
|
|
|
"angularCompilerOptions": {
|
2023-12-07 13:32:37 +00:00
|
|
|
"strictTemplates": true
|
2019-10-15 13:42:31 +00:00
|
|
|
}
|
2018-01-16 15:09:59 +00:00
|
|
|
}
|