Notes/loader-register.js

4 lines
128 B
JavaScript
Raw Normal View History

import { register } from "node:module";
import { pathToFileURL } from "node:url";
register("ts-node/esm", pathToFileURL("./"));