| { | |
| "compilerOptions": { | |
| "allowSyntheticDefaultImports": true, | |
| "composite": true, | |
| "declaration": true, | |
| "declarationMap": true, | |
| "downlevelIteration": true, | |
| "emitDeclarationOnly": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "isolatedModules": true, | |
| "lib": [ | |
| "dom", | |
| "dom.iterable", | |
| "es2020" | |
| ], | |
| "module": "es2020", | |
| "moduleResolution": "node", | |
| "noPropertyAccessFromIndexSignature": true, | |
| "skipLibCheck": true, | |
| "strict": true, | |
| "target": "es2017" | |
| } | |
| } |