| { | |
| "compilerOptions": { | |
| "module": "esnext", | |
| "target": "esnext", | |
| "baseUrl": ".", | |
| "checkJs": true, | |
| "allowJs": true, | |
| "noEmitOnError": true, | |
| "strict": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "noImplicitReturns": true, | |
| "noFallthroughCasesInSwitch": true, | |
| "composite": true, | |
| "declaration": true, | |
| "sourceMap": true, | |
| "inlineSources": true | |
| } | |
| } |