What's the difference between tsc (TypeScript compiler) and ts-node? What's the difference between tsc (TypeScript compiler) and ts-node? typescript typescript

What's the difference between tsc (TypeScript compiler) and ts-node?


The main difference is that tsc transpile all the file according to your tsconfig.Instead, ts-node will start from the entry file and transpile the file step by step through the tree based on the import/export