Replacing ts-node with oxc-node for TypeScript 7 compatibility

cnakazawa · x · 2026-08-29

Developer cnakazawa shared a practical migration from ts-node to oxc-node. Due to ts-node's incompatibility with the upcoming TypeScript 7, he replaced the loader in project execution scripts with @oxc-node/core/register. The GitHub commit details the shebang modifications across multiple codegen scripts.

Original post →

More from coding & agent

coding & agent channel →