mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
6 lines
208 B
TypeScript
6 lines
208 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" />
|
|
|
|
export * from './dist/client/index.js'
|