### Desired Behavior Register the `ts-node/esm` loader using the `register` function. Example of use: `node --import=ts-node/esm-register` The content of the file would be something like this: ```js import { register } from 'node:module' import { pathToFileURL } from 'node:url' register('ts-node/esm', pathToFileURL('./')) ``` ### Is this request related to a problem? No. <!-- Describe the problem, for example: "I'm always frustrated when ... " --> ### Alternatives you've considered . ### Additional context .