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, |
ChrisC | c3e33ce | 2020-08-31 17:15:30 +0200 | [diff] [blame] | 12 | "rootDir": "src", |
| 13 | "skipLibCheck": true |
Idan Amit | a2c544d | 2018-07-19 12:05:50 +0300 | [diff] [blame] | 14 | }, |
| 15 | "files": [ |
ChrisC | c3e33ce | 2020-08-31 17:15:30 +0200 | [diff] [blame] | 16 | "./src/index.ts" |
Idan Amit | a2c544d | 2018-07-19 12:05:50 +0300 | [diff] [blame] | 17 | ], |
| 18 | "compileOnSave": false, |
| 19 | "buildOnSave": false |
| 20 | } |