Strategies for Migrating to TypeScript
This blog post gives an overview of strategies for migrating code bases from JavaScript to TypeScript. It also mentions material for further reading. (more…)
Read more »Today we’re happy to announce our release candidate for TypeScript 2.1! If you aren’t familiar with it, TypeScript is a language that adds optional static types to JavaScript, and brings new features from ES6 and later to whatever JavaScript runtime y…