Basically I need to be able to write TypeScript code in my IDE (this introduces great ease to development), compile it to ES6 and then apply babel.js (as all br
babel.js
Yes.
You can target TypeScript compiler to ES6.
For example add this to your command line args:
--target es6