Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [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": [ | ||||
Sean Condon | 28ecc5f | 2018-06-25 12:50:16 +0100 | [diff] [blame] | 13 | "app/test.ts", |
Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 14 | "polyfills.ts" |
15 | ], | ||||
16 | "include": [ | ||||
17 | "**/*.spec.ts", | ||||
18 | "**/*.d.ts" | ||||
19 | ] | ||||
20 | } |