An overview of how to get started from scratch with TypeScript
If you want to learn Typescript, check out the following resources.
TypeScript is a superset of JS. TypeScript offers all of JavaScript’s features, and an additional layer on top of these: TypeScript’s type system.