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