mirror of https://github.com/vuejs/vitepress
fix(types): add client and theme to `exports` field (#914)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>pull/1101/head
parent
60c515c125
commit
1cc087deee
@ -1,3 +1,5 @@
|
||||
// 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'
|
||||
|
Loading…
Reference in new issue