-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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."
I have to use // @ts-ignore to suppress the error, like this:
...
// @ts-ignore
import FastifyIO from 'fastify-socket.io'
...
Gianby10
Metadata
Metadata
Assignees
Labels
No labels