Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 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 | } |