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:
- create a new project
- create index.ts
- install async-redis
- write this line of code:
import { createClient } from 'async-redis';
- compile index.ts:
tsc index.ts
I am using typescript 4.3.2 version.
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.tsI am using typescript 4.3.2 version.