Tags: Programming Language.
TypeScript is a free and open source programming language developed by Microsoft. It is a strict superset of JavaScript and adds optional static typing and class-based object-oriented programming to the language. Anders Hejlsberg lead architect of C# and creator of Delphi and Turbo Pascal has worked on development of TypeScript.TypeScript is a strict superset of JavaScript so any existing JavaScript programs are also valid TypeScript programs.