{ "compilerOptions": { "target": "ES2022", "lib": ["ES2023"], "module": "ESNext", "skipLibCheck": true, "types": ["node"] }, "include": ["vite.config.ts"] }