Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 1 | { |
2 | "extends": "../tsconfig.json", | ||||
3 | "compilerOptions": { | ||||
4 | "outDir": "../out-tsc/app", | ||||
5 | "module": "es2015", | ||||
6 | "baseUrl": "", | ||||
7 | "types": [] | ||||
8 | }, | ||||
9 | "exclude": [ | ||||
10 | "test.ts", | ||||
11 | "**/*.spec.ts" | ||||
12 | ] | ||||
13 | } |