@types/ws package and had problems.Definitions by: in index.d.ts) so they can respond.@types/ws/index.d.ts(158,18): error TS2304: Cannot find name 'Set'.
I get this issue when trying to build
I've solved the issue.
The default target in my tsc compiler options was es5. I set this to es6 and it works fine now
Most helpful comment
I've solved the issue.
The default target in my tsc compiler options was es5. I set this to es6 and it works fine now