Skip to content

Commit 78046ad

Browse files
committed
fix: vite types missing
1 parent 6d96514 commit 78046ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.app.json renamed to tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"composite": true,
77
"baseUrl": ".",
88
"lib": ["DOM", "DOM.Iterable", "ESNext"],
9+
"types": ["vite/client"],
910
"paths": {
1011
"@/*": ["./src/*"]
1112
}

0 commit comments

Comments
 (0)