node --loader ts-node/esm script.ts
Category: Node.js & npm/yarn
node --loader ts-node/esm script.ts
Load TypeScript files with ts-node as an ESM loader without a separate compile step
Uses ts-node as a module loader to run TypeScript files as ES modules — a modern alternative to ts-node's CJS mode.