I have a project with nestJS. But in when trying to add some module it show error. and this is my tsconfig How to resolve the error ? Answer If you’re on ioredis@4, it comes without built-in TypeScript definitions. You’ll have to install @types/ioredis: If you’re on ioredis@5 and use @nestjs/bull, the bull package does not support ioredis@5. You’ll have
Tag: tsconfig
Typescript development environment
I am starting with typescript. I started with an empty folder and ran these commands to set up my typescript development. then i made a tsconfig file I tried changing my output dir in tsconfig.json like “outDir”: “./dist”, But that doesn’t seem to work. the transpiled file is still coming into the src folder. I have a folder structure like