node.js += TypeScript?

competition is good! with Deno using TypeScript natively, and having Sqlite embedded,
now even node.js plans to add that functionality. 

Node Weekly Issue 542: July 30, 2024

"Node merged an experimental ability to transpile TypeScript into JavaScript, ultimately letting Node directly ‘run TypeScript’. However, no type checking is performed and, as Matt Pocock explains, experimental and TypeScript-only features are a no-no. Perhaps think of it as less ‘running TypeScript’ and more ‘able to tolerate most of TypeScript’?"

 Node.js Adds Experimental Support for TypeScript - Socket