P.01Run TypeScript in Node.js Without a Build Step (No ts-node, No tsx)
As of Node.js 24, type stripping is stable and on by default: node file.ts just runs. Here's exactly what that buys you, what TypeScript syntax it can't handle, and when you still need a real compiler.







