ac22a298acaa44fe4e75c8031c33c06dff965fb6
[vid.git] / vid-webpack-master / src / tsconfig.spec.json
1 {
2   "extends": "../tsconfig.json",
3   "compilerOptions": {
4     "outDir": "../out-tsc/spec",
5     "baseUrl": "./",
6     "module": "commonjs",
7     "types": [
8       "jasmine",
9       "node"
10     ]
11   },
12   "files": [
13     "test.ts"
14   ],
15   "include": [
16     "**/*.spec.ts",
17     "**/*.d.ts"
18   ]
19 }