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.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.