Open khemebuen opened 6 months ago
I used npx tdx to create a node package. When I add ioredis and use the redis.hgetall command, upon build I get a typescript Error semantic error TS2339: Property 'hgetall' does not exist on type 'Redis'.
Mp you'll have to use correct Import statement for ESNext module.
I used npx tdx to create a node package. When I add ioredis and use the redis.hgetall command, upon build I get a typescript Error semantic error TS2339: Property 'hgetall' does not exist on type 'Redis'.