Skip to content

Commit 917b14e

Browse files
committed
add browser types
1 parent e525ac1 commit 917b14e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/webEditor/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"useDefineForClassFields": true,
77
"module": "ESNext",
88
"lib": ["ES2020", "DOM", "DOM.Iterable"],
9+
"types": ["vite/client"],
910
"skipLibCheck": true,
1011

1112
// Bundler mode

0 commit comments

Comments
 (0)