{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "NodeNext", // <— important "types": ["vite/client"], "strict": true, "esModuleInterop": true, "skipLibCheck": true } }