-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Typescript definition is broken #712
Comments
Would you try to upgrade @types/ioredis package to see whether the problem still exists? The package is located in another repo: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/8fb0189dd4432b854d72d9e78fcdea53829b24fe/types/ioredis/index.d.ts. |
@luin thanks, unfortunately I'm up to-date
|
what is your TS version? :)
…On Sat, 6 Oct 2018, 9:00 PM 子骅, ***@***.***> wrote:
Not sure where the problem is. Here's my setup:
@types/ioredis: 4.0.3
ioredis: 4.0.0
[image: image]
<https://user-images.githubusercontent.com/635902/46574380-b7480400-c9d4-11e8-85b4-56e062fb327f.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#712 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AQbtsaGSAh3I37c_zd_T5sLuHuAcj_HGks5uiO--gaJpZM4XF31T>
.
|
Tested with 3.0.3 & 3.1.1 |
It seems that the |
Hey
Typescript definition throws an error not matter what combination of import I'm trying
When trying
Getting the error
Any ideas?
thanks!
The text was updated successfully, but these errors were encountered: