mirror of
https://github.com/mark-when/obsidian-plugin.git
synced 2026-07-22 10:10:27 +00:00
Make VSCode happy with vite static import
This commit is contained in:
parent
15da2259ff
commit
5a63f846c3
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@
|
|||
"isolatedModules": true,
|
||||
"strictNullChecks": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"types": [
|
||||
"vite/client"
|
||||
],
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ES5",
|
||||
|
|
|
|||
Loading…
Reference in a new issue