I tested the latest version of Angular2 (2.0.0-alpha.44) along with Visual Studio 2015. Here are the versions of everything I use are relevant to this problem:
- Visual studio 2015
- Asp.NET 5
- Typescript 1.6
- Resharper 10
- Angular 2.0.0-alpha.44
Here is my solution:

All my typescript are in the / Ts directory, which also has the tsconfig.json file . This makes Visual Studio a virtual typescript project.

As soon as I put the line import {Component, bootstrap} from "angular2/angular2";in my main.ts file, it will find the Angular2 library files in my directory node_modulesand display them too (not sure if there is still a structure for the smoothed directories)

typescript (main.ts). , .ts ( Angular2 in), outFile tsconfig. JSON
Resharper Component bootstrap, , , , . , .
Angular2 , typescript tsconfig.json, .ts app.js ../wwwroot/js/app.js

- , VS2015, typescript Angular2, ?