1
0
Fork 0

types: add vite/client

This commit is contained in:
Tanimodori 2022-11-04 00:55:21 +08:00
parent dcf73fa46e
commit 3bbda196c6
No known key found for this signature in database
GPG Key ID: 27779538B4410104
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"module": "esnext",
"target": "esnext",
"lib": ["esnext", "dom"],
"types": ["vite/client"],
"strict": true,
"allowJs": true,
"isolatedModules": true,