{ "compilerOptions": { "target": "ES2022", "lib": ["ES2022"], "module": "ESNext", "moduleResolution": "Bundler", "allowSyntheticDefaultImports": true, "noEmit": true, "types": ["node"] }, "include": ["vite.config.ts"] }