Project

General

Profile

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