Is it possible to ask NPM to download the TypeScript source files for dependencies, instead of just the *.d.ts and compiled *.js files?
I'm using VS Code's Go To Definition feature, but for dependencies it just takes me to .d.ts files that lack implementation logic - this makes it harder to understand what my dependencies are doing.
Thanks!