-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Types bundled with connect-redis are broken #416
Comments
facing the same issue in my project. |
Thx for reporting, not sure why CJS bundle is not picking up the types but ESM is. Will look at it. |
Can either of you test https://arethetypeswrong.github.io/?p=connect-redis%408.0.1-rc.2 |
CJS vs ESM is so much fun. /s @wavded, 8.0.1-rc.2 seems to work fine for me. Awesome! |
Thanks for checking @gegenschall , I will publish an official release shortly. |
Fixed in 8.0.1 |
Hey there. Trying to use
connect-redis
from a CommonJS context with the followingtsconfig.json
:Configured like this,
connect-redis
does not bundle any type information at all, see here. That leads to TypeScript being unable to import:The text was updated successfully, but these errors were encountered: