types: add vite/client
This commit is contained in:
parent
dcf73fa46e
commit
3bbda196c6
|
@ -3,6 +3,7 @@
|
||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"target": "esnext",
|
"target": "esnext",
|
||||||
"lib": ["esnext", "dom"],
|
"lib": ["esnext", "dom"],
|
||||||
|
"types": ["vite/client"],
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
|
|
Loading…
Reference in New Issue