I have downloaded the Visual studio 2015 RC to test the new ASP.NET vNext. Now I'm trying to build a MVC project with typescript.
I found that in vNext uses the following dependencies (correct me if I'm wrong):
- Nuget for backend dependencies
- Bower for client-side dependencies
- Npm for client-side build dependencies
But who have to fetch definitions for typescript(*.d.ts like jquery.d.ts...)?
From the things I wrote above, it would have to be done by Bower, which does not have any typescript definitions. Similarly, Nuget does not include any typescript definitions that can be added to the project.