fastify-socket.io
fastify-socket.io copied to clipboard
Type issue with 5.0
When I import fastify-socket.io 5.0 in my typescript project, like this:
... import FastifyIO from 'fastify-socket.io' ...
type error reported:
"Cannot find module 'fastify-socket.io' or its corresponding type declarations."