Skip to main contentSkip to navigation

ts-node

ts-node is a TypeScript execution engine and REPL for Node.js that enables direct execution of TypeScript code without precompilation by JIT transforming TypeScript into JavaScript through Node.js module loading hooks.