Project

General

Profile

« Previous | Next » 

Revision 61145

[Monitor Dashboard | Angular 11]: Update to angular 9

View differences:

tsconfig.json
2 2
  "compileOnSave": false,
3 3
  "compilerOptions": {
4 4
    "baseUrl": "./",
5
    "downlevelIteration": true,
5 6
    "outDir": "./dist/out-tsc",
6 7
    "sourceMap": true,
7 8
    "declaration": false,
8
    "module": "es2015",
9
    "module": "esnext",
9 10
    "moduleResolution": "node",
10 11
    "emitDecoratorMetadata": true,
11 12
    "experimentalDecorators": true,
12 13
    "importHelpers": true,
13
    "target": "es5",
14
    "target": "es2015",
14 15
    "typeRoots": [
15 16
      "node_modules/@types"
16 17
    ],

Also available in: Unified diff