Make VSCode happy with vite static import

This commit is contained in:
Acylation 2024-05-01 11:54:33 +08:00
parent 15da2259ff
commit 5a63f846c3

View file

@ -12,6 +12,9 @@
"isolatedModules": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"types": [
"vite/client"
],
"lib": [
"DOM",
"ES5",