4
I am trying to create a module definition Node.js. 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?
I translated your question, because this is Stackoverflow in English. If you have an error or you want to add more information just edit the question.
– Taisbevalle