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 ...
carlos.hashnode.dev4 min read
John Hayes
Developer. Father. Husband
Why add types for TypeScript when TypeScript is written in TypeScript?