mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +00: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'
|