aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.spec.json
blob: 430cf757cee727b81328f10a3afb43ded14c19d8 (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/spec",
    "types": ["jasmine", "node"]
  },
  "files": ["src/test.ts", "src/polyfills.ts"],
  "include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
}