We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51d0e2 commit 4caa7b2Copy full SHA for 4caa7b2
client.d.ts
@@ -0,0 +1,4 @@
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" />
0 commit comments