Skip to content

Commit b4ac616

Browse files
committed
fix build error
1 parent e0b4631 commit b4ac616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"esModuleInterop": true,
1212
"declaration": true,
1313
"lib": ["esnext", "dom"],
14-
"types": ["vite/client"],
14+
"types": ["vite/client", "web-bluetooth"],
1515
"baseUrl": ".",
1616
"outDir": "dist",
1717
"paths": {

0 commit comments

Comments
 (0)