Project

General

Profile

« Previous | Next » 

Revision 61408

[Monitor Dashboard | Trunk]: Update to angular 11

View differences:

tsconfig.app.json
2 2
  "extends": "../tsconfig.json",
3 3
  "compilerOptions": {
4 4
    "outDir": "../out-tsc/app",
5
    "baseUrl": "./",
6
    "module": "es2015",
7
    "types": [
8
      "node"
9
    ]
5
    "types": []
10 6
  },
11
  "exclude": [
12
    "test.ts",
13
    "**/*.spec.ts"
7
  "files": [
8
    "main.ts",
9
    "polyfills.ts"
10
  ],
11
  "include": [
12
    "src/**/*.d.ts"
14 13
  ]
15 14
}

Also available in: Unified diff