Node.js runs TypeScript natively in 2026: drop ts-node and your build step
Node.js now strips TypeScript types and runs the JavaScript underneath, so ts-node and a build step are optional. What works, what breaks, and why you still need tsc for type checking in 2026.