| { | |
| "compilerOptions": { | |
| "target": "ES6", | |
| "module": "CommonJS", | |
| "moduleResolution": "Node", | |
| "strict": true, | |
| "strictPropertyInitialization": false, | |
| "declaration": true, | |
| "downlevelIteration": true, | |
| "allowSyntheticDefaultImports": true, | |
| "esModuleInterop": true | |
| }, | |
| "include": ["src/**/*"] | |
| } |