Getting started with TypeScript

suggest change

Versions HTML

Version Release Date
2.4
2.3
2.3
2.3
2.2
2.2
2.1
2.2
2.1
2.1
2
2
2
2
2
1.8
1.8
1.8
1.8
1.7
1.7
1.6
1.5
1.5
1.4
1.3
1.1

Remarks

TypeScript aims to be a superset of JavaScript that transpiles to JavaScript. By generating ECMAScript compliant code, TypeScript can introduce new language features while retaining compatibility with existing JavaScript engines. ES3, ES5 and ES6 are currently supported targets.

Optional types are a primary feature. Types allow static checking with the goal of finding errors early and can enhance tooling with features like code refactoring.

TypeScript is an open source and cross platform programming language developed by Microsoft. The source code is available on GitHub.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents