| 1 | { | = | 1 | { |
| 2 | "compileOnSave": false, | 2 | "compileOnSave": false, | |
| 3 | "compilerOptions": { | 3 | "compilerOptions": { | |
| 4 | "baseUrl": "./", | 4 | "baseUrl": "./", | |
| 5 | "outDir": "./dist/out-tsc", | 5 | "outDir": "./dist/out-tsc", | |
| 6 | "sourceMap": true, | 6 | "sourceMap": true, | |
| 7 | "declaration": false, | 7 | "declaration": false, | |
| 8 | "moduleResolution": "node", | 8 | "moduleResolution": "node", | |
| 9 | "experimentalDecorators": true, | 9 | "experimentalDecorators": true, | |
| 10 | "target": "es5", | 10 | "target": "es5", | |
| 11 | "downlevelIteration": true, | 11 | "downlevelIteration": true, | |
| 12 | "module": "es2015", | <> | 12 | "module": "esnext", |
| 13 | "importHelpers": true, | = | 13 | "importHelpers": true, |
| 14 | "allowJs": true, | 14 | "allowJs": true, | |
| 15 | "typeRoots": [ | 15 | "typeRoots": [ | |
| 16 | "node_modules/@types" | 16 | "node_modules/@types" | |
| 17 | ], | 17 | ], | |
| 18 | "lib": [ | 18 | "lib": [ | |
| 19 | "es2017", | 19 | "es2017", | |
| 20 | "dom" | 20 | "dom" | |
| 21 | ] | 21 | ] | |
| 22 | }, | 22 | }, | |
| 23 | "angularCompilerOptions": { | 23 | "angularCompilerOptions": { | |
| 24 | "strictInjectionParameters": true, | 24 | "strictInjectionParameters": true, | |
| 25 | "preserveWhitespaces": true | <> | 25 | "preserveWhitespaces": true, |
| 26 | "allowSyntheticDefaultImports": true, | |||
| 27 | "enableIvy": false | |||
| 26 | } | = | 28 | } |
| 27 | } | 29 | } |