I'm trying to create a Node.js module definition. I have the file poolredis.ts
, but when I add the line:
import { RedisClient } from 'redis';
The TypeScript compiler gives me the error:
Error: Debug Failure. False expression:
How can I fix it?