The easiest way to install Typescript in any Javascript project
I've always avoided javascript mainly because it is loosely typed and that makes it harder for me. I heavily rely on return types, hovering mouse over functions to see arguments types etc. But since the advent of Typescript things changed. This must ...



