I\'m working on a large code base that could benefit from Typescript, but since eventually the world will be moving to ES6, should I steer the development towards Traceur?
for a large scale system I would definitely recommend going with typescript.
when u have a team working together typescript will give you all the benefits of modern computer language
with es6 compatibility(based on microsoft roadmap) but with the strict typing and code completion benefits.