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