Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 1 | { |
| 2 | "compilerOptions": { |
| 3 | "baseUrl": ".", |
| 4 | "declaration": false, |
| 5 | "emitDecoratorMetadata": true, |
| 6 | "experimentalDecorators": true, |
| 7 | "allowJs": true, |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 8 | "module": "commonjs", |
| 9 | "moduleResolution": "node", |
| 10 | "outDir": "../dist/out-tsc", |
| 11 | "lib": [ |
| 12 | "es6", |
| 13 | "dom" |
| 14 | ], |
| 15 | "sourceMap": true, |
| 16 | "target": "es5", |
| 17 | "typeRoots": [ |
| 18 | "../node_modules/@types", |
| 19 | "./typings" |
| 20 | ], |
| 21 | "types": [ |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 22 | "core-js", |
ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 23 | "node", |
| 24 | "jest" |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 25 | ], |
| 26 | "forceConsistentCasingInFileNames": true |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 27 | }, |
| 28 | "exclude": [ |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 29 | ] |
| 30 | } |