We have an already existing JavaScript system.
What we want to do: We would like to start to integrate TypeScript into the current system; We cannot ju
This is something we have recently faced moving an HTML5 game engine of about 100,000 lines of JavaScript to TypeScript. We necessarily had to do it in stages, starting by just renaming the files from .js to .ts and gradually proceeding from there. The full description is here for anyone that is interested:
http://hardcodeded.blogspot.jp/2013/02/mostly-painlessly-migrating-3d-game.html