Skip to content

Commit

Permalink
fix: specify full filepath to importMeta.d.ts, fix #4125 (#4138)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Jul 6, 2021
1 parent d4e6e7b commit 3bc1d78
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 3bc1d78

Please sign in to comment.