blob: a1a4239092c37a0803715187c07aa5aafb642f56 [file] [log] [blame]
// TODO Move this out of the root directory if possible -
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./web/gui2-fw-lib/",
"outDir": "./web/gui2-fw-lib/dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}