Microsoft announces TypeScript 5.7 beta with key enhancements

Microsoft announces TypeScript 5.7 beta with key enhancements

Microsoft has released the beta of TypeScript 5.7, introducing new features to streamline development workflows. Among the notable updates is enhanced support for finding the correct tsconfig.json file in large projects. Instead of stopping at the first config file found, TypeScript 5.7 now searches the project’s ancestor directories, improving flexibility in multi-config setups. Additionally, performance improvements in project ownership checks and better integration with Node.js compile caching are included, resulting in faster operations.

by Fla

cz
city_zen found this interesting
  • ...

TypeScript is a language for application-scale JavaScript development. It is a typed superset of JavaScript that compiles to plain JavaScript in any browser, any host, any OS and it is Open Source.

No comments so far, maybe you want to be first?
Gu