| { | |
| "$schema": "https://json.schemastore.org/tsconfig.json", | |
| "compilerOptions": { | |
| "composite": true, | |
| "allowUnreachableCode": false, | |
| "allowUnusedLabels": false, | |
| "exactOptionalPropertyTypes": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "noImplicitOverride": true, | |
| "noUncheckedIndexedAccess": true, | |
| "noUncheckedSideEffectImports": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "resolveJsonModule": true, | |
| "strict": true, | |
| "types": [], | |
| "isolatedModules": true, | |
| "esModuleInterop": true, | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "skipLibCheck": true, | |
| "skipDefaultLibCheck": true, | |
| "sourceMap": true, | |
| "target": "ES2022", | |
| "lib": ["DOM", "ES2023", "esnext.disposable"], | |
| "jsx": "react-jsx" | |
| } | |
| } | |