Is there some package or some way to use socket.io on client in-conjunction with typescript side but for some reason I cannot find any solution that works from my research. most of the posts are from like 2 years again so I would assume that would be why it is not still working now.
Note:
I am using webpack to place everything in a bundle. I am purely using typescript on client side and express and node.js on server side. I am trying to create a simple pong game.