Is there a way to request NPM to fetch the TypeScript source files of dependencies, rather than just the *.d.ts and compiled *.js files?
I rely on VS Code's Go To Definition feature, but when it comes to dependencies, it only directs me to .d.ts files without the actual implementation logic - this hinders my understanding of what my dependencies are accomplishing.
Appreciate any advice or suggestions. Thank you!