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
adding comment / annotation like shown below solves the problem
//noinspection TypeScriptValidateTypes bootstrap(AppComponent);