TypeScript
Statically typed programming language developed by Microsoft.
TS
TypeScript is a statically typed, open-source programming language developed by Microsoft. It builds upon JavaScript, adding optional static typing and other features to improve code maintainability and scalability for large projects. TypeScript compiles to plain JavaScript, making it compatible with any browser or JavaScript runtime environment.
Built by Tim Jones