| { | |
| "compilerOptions": { | |
| "target": "es6", | |
| "lib": [ | |
| "dom", | |
| "dom.iterable", | |
| "esnext" | |
| ], | |
| "allowJs": true, | |
| "skipLibCheck": true, | |
| "esModuleInterop": true, | |
| "allowSyntheticDefaultImports": true, | |
| "strict": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "module": "esnext", | |
| "moduleResolution": "Node", | |
| "resolveJsonModule": true, | |
| "isolatedModules": true, | |
| "jsx": "react", | |
| "noImplicitAny": false, | |
| "noFallthroughCasesInSwitch": true, | |
| "types": [ | |
| "@types/node" | |
| ], | |
| "sourceMap": false | |
| }, | |
| "include": [ | |
| "src" | |
| ] | |
| } |