| { | |
| "compilerOptions": { | |
| "target": "ES2022", | |
| "lib": ["ES2023"], | |
| "module": "ESNext", | |
| "skipLibCheck": true, | |
| "moduleResolution": "bundler", | |
| "allowSyntheticDefaultImports": true, | |
| "strict": true, | |
| "noUnusedLocals": true, | |
| "noUnusedParameters": true, | |
| "noFallthroughCasesInSwitch": true, | |
| "noUncheckedSideEffectImports": true, | |
| "composite": true | |
| }, | |
| "include": ["vite.config.ts"] | |
| } | |