Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 1 | { |
| 2 | "compileOnSave": false, |
| 3 | "compilerOptions": { |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 4 | "types": ["jest"], |
Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 5 | "outDir": "./dist/out-tsc", |
| 6 | "sourceMap": true, |
| 7 | "declaration": false, |
| 8 | "moduleResolution": "node", |
| 9 | "emitDecoratorMetadata": true, |
| 10 | "experimentalDecorators": true, |
| 11 | "target": "es5", |
| 12 | "typeRoots": [ |
| 13 | "node_modules/@types" |
| 14 | ], |
| 15 | "lib": [ |
| 16 | "es2017", |
| 17 | "dom" |
| 18 | ] |
Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 19 | }, |
| 20 | "exclude": ["wallabyTest.ts"] |
Sonsino, Ofir (os0695) | ff76b5e | 2018-07-10 15:57:37 +0300 | [diff] [blame] | 21 | } |