| // 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 |
| } |
| } |