{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "lib": ["ES2022"], "strict": true, "skipLibCheck": true }, "include": ["vite.config.ts"] }