Announcing TypeScript 3.6

Shikha Kaul

Today we’re happy to announce the availability of TypeScript 3.6!

For those unfamiliar, TypeScript is a language that builds on JavaScript by adding optional static types. These types can be checked by the TypeScript compiler to catch common errors in your programs (like misspelling properties and calling functions the wrong way). Tools like the TypeScript compiler and Babel can then be used to transform TypeScript code that uses all the latest and greatest standard features to standards-compliant ECMAScript code that will work on any browser or runtime (even much older ones that support ES3 or ES5).

0 comments

Discussion is closed.

Feedback usabilla icon