Compiling our TypeScript
Once we’ve created our first TypeScript file, we need to convert it to JavaScript if we want our browsers (or Node.JS) to run it. There are several online sandbox tools to let you write code, but they won’t convert it to JavaScript, at least none that I’ve found yet. To set it up, you will…