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