Hi, I use node + typescript + express and now I would like to integrate with ws and express-ws. Even though I've installed @ types/ws, the typings do not work. I am getting the error below, when I write app.ws(.. or router.ws(..
Property 'ws' does not exist on type 'Application'
Hi, I use node + typescript + express and now I would like to integrate with ws and express-ws. Even though I've installed @ types/ws, the typings do not work. I am getting the error below, when I write app.ws(.. or router.ws(..