2022-08-22 18:51:46 -06:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
2022-10-04 20:41:38 -06:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2022-08-22 18:51:46 -06:00
|
|
|
"baseUrl": "./",
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
2022-10-06 19:30:55 -06:00
|
|
|
|
2022-08-25 01:24:06 -06:00
|
|
|
"target": "esnext",
|
|
|
|
"typeRoots": ["node_modules/@types"],
|
2022-08-22 18:51:46 -06:00
|
|
|
"lib": [
|
2022-10-06 19:30:55 -06:00
|
|
|
"es2019",
|
2022-08-22 18:51:46 -06:00
|
|
|
"es2018",
|
|
|
|
"dom"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
}
|
|
|
|
}
|