diff options
Diffstat (limited to 'jsconfig.json')
| -rw-r--r-- | jsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json index 5696a2d..c7a0b10 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -17,6 +17,7 @@ */ "sourceMap": true, "esModuleInterop": true, + "types": ["vite/client"], "skipLibCheck": true, /** * Typecheck JS in `.svelte` and `.js` files by default. |