Besides support for nullable types, a beta of TypeScript 2.0 is now available that includes a smoother way of working with declaration files and makes module declarations more efficient. A beta ...
Deferred module evaluation imports a module without immediately executing the module and its dependencies, avoiding unnecessary CPU work during initialization. TypeScript 5.9, an update to Microsoft’s ...