Here is my first simple Hello World angular 2 app from Angular 2 quick start guide.
Hello World
import {Component} from \'angular2/core\'; import {bootstrap} fr
Webstorm 2016.1.3 the solution above works for me
Settings -> Language & Frameworks -> TypeScript: Enable TypeScript, Use tsconfig.json
PS: This is the same solution as described before for previous Webstorm version (2016.1.3)