I'm brand new to TypeScript. I decided to use WebStorm because I'm familiar with JetBrains tools. In other programming languages, I'm used to having a workflow that includes some kind of dependency management system like Maven, which allows me to download library sources for debugging and exploring the original source code directly.
Is it possible to have a similar setup in TypeScript, or is it not supported by npm or ts by design? When I download a library like NestJS, I only get typing files and compiled JavaScript files. Is there an npm option that I overlooked to also download TypeScript sources for debugging purposes?