João Lenon
João Lenon
Register `ts-node/esm` loader programmatically using `register` fn. See issue #2072
### 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...
This PR changes the documentation file's extension to `md` and also make use of some markdown features like code blocks to make the documentation more readable. To see the results,...