Project

General

Profile

1
{
2
  "extends": "../tsconfig.json",
3
  "compilerOptions": {
4
    "outDir": "../out-tsc/app",
5
    "types": []
6
  },
7
  "exclude": [
8
    "test.ts",
9
    "**/*.spec.ts"
10
  ]
11
}
(9-9/11)