@jfhbrook I'm not remotely a fan of TS, but isn't this exactly what `ts-node` is for?
@jfhbrook No, AFAIK it's a wrapper that automatically internally transpiles code and lets you use it like the regular `node` command, either as a REPL or as a runtime
@joepie91 oh, in that case it will probably work in most cases, though in mine I need to sort through a ton of asset pipeline magic 😅
@joepie91 that’s type stubs for nodejs, no? I just mean you basically need to run tsc before requiring