ts-node vs tsc, and the TypeScript commands you actually need

This article explains the difference between tsc and ts-node, two TypeScript tools. tsc compiles TypeScript to JavaScript ahead of time, producing real .js files on disk, while ts-node compiles in memory and runs the result immediately. Use tsc for production and ts-node for development.

Source →
FeedLens — Signal over noise Last 7 days