mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
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:
committed by
Cooper Quintin
parent
8569a88f86
commit
fc532682df
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user