Mastering TypeScript - Fourth Edition book review

Typescript has become one of the best ways to develop your projects when you're looking for type safety with Javascript.
Typescript transpiles to Javascript and it's designed to develop large applications, but, regardless of the size of your project, you should really consider it, as usualy, small projects become huge really fast. [More]