Getting Started With TypeScript
Then use to manually compile a TypeScript source file into ES5:
Note About ES6 Examples
Note that now that we've declared toppings
to be an array of strings, TypeScript will enforce this. If we try to assign a number to it, we will get an error at compilation time.