Node.js has added experimental support for TypeScript, allowing users to execute TypeScript files directly without the need for external dependencies or loaders. This feature is still in its early stages and has some limitations, such as not supporting extension-less imports. The implementation uses the @swc/wasm-typescript package to strip type annotations from TypeScript code. This move brings Node.js closer to parity with Deno and Bun, which already support TypeScript.