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