Project

General

Profile

« Previous | Next » 

Revision 61399

[Usage Counts | Trunk]: Update to angular 11

View differences:

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

Also available in: Unified diff