How to ensure that dependencies are not missing when using pnpm & tsc?
I have a project that uses pnpm
and tsc
. I’ve noticed that if I don’t change the source code but I tamper with the dependencies then tsc
will not rebuild the project only when I change the actual source code.