mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"typeRoots": ["node_modules/@types"],
|
|
"useDefineForClassFields": false
|
|
},
|
|
"angularCompilerOptions": {
|
|
"strictTemplates": true
|
|
},
|
|
"extends": "./tsconfig.base.json"
|
|
}
|