shlogg · Early preview
Nhan Nguyen @hoainhaanguyen

Node.js 23.6.0 Enables Experimental TypeScript Support By Default

Node.js v23.6.0 released with experimental --experimental-strip-types flag enabled by default, allowing TypeScript files to run without external transpilers or build steps. Still experimental, use with caution in production environments.

The Node.js team has just rolled out version 23.6.0, and it comes with an exciting experimental feature bound to make TypeScript developers happy! 🚀
What’s New?
With this release, the --experimental-strip-types flag is now enabled by default. This means you can now execute TypeScript files in Node.js without additional configuration! No more fiddling with external transpilers or build steps to get your TypeScript code up and running.
A Word of Caution ⚠️
While this is a huge step forward, the feature is still experimental. It has some limitations and may change in future updates. So, while it...