mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-27 13:19:42 +08:00
5 lines
169 B
TypeScript
5 lines
169 B
TypeScript
// re-export vite client types
|
|
// with strict installers like pnpm, user won't be able to reference vite/client
|
|
// in project root
|
|
/// <reference types="vite/client" />
|