Skip to content

Commit

Permalink
fix: specify full filepath to importMeta.d.ts, fix vitejs#4125 (vitej…
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS authored and aleclarson committed Nov 8, 2021
1 parent 6b96b42 commit 583ac01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/client.d.ts
@@ -1,5 +1,5 @@
/// <reference lib="dom" />
/// <reference path="./types/importMeta" />
/// <reference path="./types/importMeta.d.ts" />

// CSS modules
type CSSModuleClasses = { readonly [key: string]: string }
Expand Down

0 comments on commit 583ac01

Please sign in to comment.