While working in VS Pro, I am a beginner developer in TypeScript (as well as React and Node...). I am focused on truly understanding how these technologies integrate and function together, rather than simply copying commands and code snippets into files.
I discovered that there are three different sources to download TypeScript: npm, NuGet, and VS Marketplace.
My assumption is that npm and NuGet essentially offer the same content but through different repositories, while the components from the Marketplace are always essential. Is my understanding accurate?
If not, what sets them apart? I find myself feeling lost amidst these options.