Skip to content

Commit 14c09d9

Browse files
committed
ref(vuebugger): properly type ImportMeta
1 parent 5c24b23 commit 14c09d9

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

packages/vuebugger/src/env.d.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
/// <reference types="vite/client" />
2-
31
interface ImportMetaEnv {
4-
readonly DEV: boolean
2+
readonly DEV?: boolean
53
}
64

75
interface ImportMeta {
8-
readonly env: ImportMetaEnv
6+
readonly env?: ImportMetaEnv
97
}

0 commit comments

Comments
 (0)