I'm using `@swc-node/register@1.10.10` via Nx and somehow this prints `undefined` in one of my .ts files: ```ts import path from "path" // or "node:path" console.log(path) ``` What could be the reason?