Last Thursday Microsoft announced a new version of TypeScript has been released. TypeScript 5.0 brings with it a faster, smaller, and simpler programming language while still managing to bring some new features. Some of the new features introduced are support for the new decorators standard, simplified configuration, and expanded JSDoc functionality. TypeScript is a superset of JavaScript aimed at making developer’s life a little easier. It adds strong typing to JavaScript and helps flush out bugs at compile time rather than run time.