dmtrKovalenko / date-io

Abstraction over common javascript date management libraries
MIT License
726 stars 90 forks source link

TS Error Can't find module @date-io/dayjs #654

Closed throrin19 closed 10 months ago

throrin19 commented 1 year ago

Hello,

When I try to use the module inside my projet, I have an Error TS2307 bu I saw types are availables directly in the installed module and declared in module's package.json.

image

I'm using package version 2.17.0 and I'm using Typescript 5.2.2.

Thanks in advance