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
}
(11-11/13)