I am trying to get my first TypeScript and DefinitelyTyped Node.js application up and running, and running into some errors.
I am getting the error \"TS2304: Cannot
I've been struggling from this issue as well. I believe that this works for all release candidates aka rc but I didn't test is though. For @angular rc.2 it works well.
core-js as npm dependency in package.jsontypings install core-js --save"es6-shim" occurances in your package.json. You don't need it anymore.Cheers!