After upgrading to beta 6 I started getting error messages when transpiling from TypeScript to ES5. It seem to affect ES6 methods of Array. One example would be:
xxxxx.ts(347,49): error TS2339: Property 'findIndex' does not exist on type 'Xxxxxx[]'.
I was getting more errors until I added ///<reference path="../../node_modules/angular2/typings/browser.d.ts"/> at the top of the .ts file doing bootstrapping.