aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/tsconfig.spec.json
blob: 1861aa2c321c2eadf6fcf567e895717900a04946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "outDir": "../out-tsc/spec",
    "baseUrl": "./",
    "module": "commonjs",
    "types": [
      "jasmine",
      "node",
      "jest"
    ]
  },
  "paths": {
    "@angular/*" : [
      "../node_modules/@angular/*"
    ],
    "rxjs/*" : [
      "../node_modules/rxjs/*"
    ]
  },
  "files": [
    "test.ts",
    "polyfills.ts"
  ],
  "include": [
    "**/*.spec.ts",
    "**/*.d.ts"
  ]
}