- TypeScript is the superset of JavaScript created by Microsoft
- Allows static strict typing
- Extra features - interfaces, enums, tuples, generics
- Supports modern features (arrow functions, let, const)
- Based on the .NET harmony specification
App Structure |
---|
TypeScript Project Folder Structure |
TypeScript Node Express App Structure |