What's the difference between tsc (TypeScript compiler) and ts-node?
What's the difference between tsc (TypeScript compiler) and ts-node?
Answer
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
Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website.
If you are using this website then its your own responsibility to understand the content of the website