Skip to content

Commit

Permalink
chore: fix typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
kermanx committed Jun 24, 2024
1 parent 9094044 commit 8ef277a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/shim.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export { }
declare global {
const __DEV__: boolean
}
4 changes: 4 additions & 0 deletions test/shim.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export { }
declare global {
const __DEV__: boolean
}

0 comments on commit 8ef277a

Please sign in to comment.