Showing results for November 2019 - TypeScript

Nov 5, 2019
3
0

Announcing TypeScript 3.7

Daniel Rosenwasser
Daniel Rosenwasser

We're thrilled to announce the release of TypeScript 3.7, a release packed with awesome new language, compiler, and tooling features. If you haven't yet heard of TypeScript, it's a language based on JavaScript that adds static type-checking along with type syntax. Static type-checking lets us know about problems with our code before we try to ...