-
Notifications
You must be signed in to change notification settings - Fork 21
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 compiler imports index.d.ts instead of index.js #59
Comments
Also need this |
Seems like the types that are shipped with the packages are missing a lot of essential type declarations. Only way I got it to work for now (I know it's ugly) is to install the |
Any update on this? |
This is biting us now and is quite frustrating. Any updates? |
Is this project still alive? Any forks going on? |
Hi!
Thanks for a great module! 😊
Since version 2.0.0 async-redis is no longer working with typescript. it seems like tsc is loading src/index.d.ts file instead of src/index.js.
Reproducible steps:
import { createClient } from 'async-redis';
tsc index.ts
I am using typescript 4.3.2 version.
The text was updated successfully, but these errors were encountered: