Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 1 | { |
2 | "extends": "../tsconfig.json", | ||||
3 | "compilerOptions": { | ||||
4 | "outDir": "../out-tsc/app", | ||||
5 | "baseUrl": "./", | ||||
6 | "module": "es2015", | ||||
7 | "types": [] | ||||
8 | }, | ||||
9 | "exclude": [ | ||||
10 | "tests/test.ts", | ||||
11 | "**/*.spec.ts" | ||||
12 | ] | ||||
13 | } |