{ "compilerOptions": { "target": "ES2022", "lib": ["ES2023"], "module": "ESNext", "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "strict": true, "noEmit": true }, "include": ["vite.config.ts"] }