Abbas Alibhai
Results
3
comments of
Abbas Alibhai
Hi. Not sure if there is an upvote system, but I am struggling with this bug too and it is blocking development for us too on NestJS
I had the same issue in my NestJS project with pnpm. Two things fixed it: ### 1. Add `moduleResolution` to tsconfig.json ```json { "compilerOptions": { "module": "commonjs", "moduleResolution": "node", //...