fix some type inference issues by installing @types/node

ProxyServer (first arg in vite.config.ts configure) inherits from
EventEmitter which has no type definition, so on() is not defined.
This commit is contained in:
Markus Unterwaditzer
2025-10-08 12:35:50 +02:00
committed by Cooper Quintin
parent 8569a88f86
commit fc532682df
2 changed files with 19 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
"@sveltejs/kit": "^2.13.0",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@types/eslint": "^9.6.0",
"@types/node": "^24.7.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",