Idan Amit | a2c544d | 2018-07-19 12:05:50 +0300 | [diff] [blame] | 1 | { |
| 2 | "compilerOptions": { |
| 3 | "moduleResolution": "node", |
| 4 | "module": "commonjs", |
| 5 | "target": "es5", |
| 6 | "lib": [ "es2015", "dom" ], |
| 7 | "allowSyntheticDefaultImports": true, |
| 8 | "suppressImplicitAnyIndexErrors": true, |
| 9 | "forceConsistentCasingInFileNames": true, |
| 10 | "sourceMap": true, |
Idan Amit | bbeb590 | 2019-01-03 18:18:37 +0200 | [diff] [blame^] | 11 | "declaration": true, |
| 12 | "rootDir": "src" |
Idan Amit | a2c544d | 2018-07-19 12:05:50 +0300 | [diff] [blame] | 13 | }, |
| 14 | "files": [ |
| 15 | "./index.ts" |
| 16 | ], |
| 17 | "compileOnSave": false, |
| 18 | "buildOnSave": false |
| 19 | } |