Node.js unveils experimental TypeScript support
Briefly

Node.js v22.6.0 introduces --experimental-strips-type flag for initial TypeScript support, allowing .ts files to run without transforming syntax.
TypeScript support in Node.js is limited to inline type annotations, requires explicit file extensions, and avoids runtime errors with type keyword.
Node.js catches up to Deno by adding TypeScript support alongside JavaScript, aligning with the trend towards multi-language runtime environments.
Read at InfoWorld
[
|
]