| 1 | { |
| 2 | "compilerOptions": { |
| 3 | "target": "es6", |
| 4 | "lib": ["ES2021.WeakRef", "dom", "dom.iterable"], |
| 5 | "allowJs": true, |
| 6 | "skipLibCheck": true, |
| 7 | "esModuleInterop": true, |
| 8 | "allowSyntheticDefaultImports": true, |
| 9 | "strict": true, |
| 10 | "forceConsistentCasingInFileNames": true, |
| 11 | "noFallthroughCasesInSwitch": true, |
| 12 | "sourceMap": true, |
| 13 | "module": "esnext", |
| 14 | "moduleResolution": "node", |
| 15 | "resolveJsonModule": true, |
| 16 | "isolatedModules": true |
| 17 | }, |
| 18 | "include": ["src", "proxy"], |
| 19 | "exclude": ["src/**/*.js", "src/__generated__/**/*"] |
| 20 | } |
| 21 | |