I'm trying to install TypeScript definition files from DefinitelyTyped within a ASP.NET v5 web project in Visual Studio 2015 RC? NuGet packages don't seem to work anymore and TSD hasn't been updated in awhile and I haven't seen a lot of good documentation for it when using it within VS.
What ways are still working for the VS 2015 RC?
TSD is deprecated. The generally preferred alternative is Typings.
From docs:
I have been using TSD from NPM. It is working fine with my MVC 6 project and should definitely be the most up to date source of definitions.
This should be all you need to get going: