aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
258 stars 124 forks source link

Integrate TSD in Dependencies #199

Closed mbeckenbach closed 8 years ago

mbeckenbach commented 8 years ago

Would it be possible to integrate TSD for TypeScipt definitions into the dependencies section similar to bower and npm packages? This would make TypeScript development a lot easier.

sayedihashimi commented 8 years ago

Adding @madskristensen

madskristensen commented 8 years ago

That's a great idea. I'll add that to the team backlog. In the meantime, check out the Package Installer extension which makes installing TSD definitions super easy https://visualstudiogallery.msdn.microsoft.com/753b9720-1638-4f9a-ad8d-2c45a410fd74

rosieks commented 8 years ago

It would be nice to have that - at least if VS will download missing definitions after project load like with npm/bower packages.