client.d.ts 169 B

1234
  1. // re-export vite client types
  2. // with strict installers like pnpm, user won't be able to reference vite/client
  3. // in project root
  4. /// <reference types="vite/client" />