`tsc` outputs a Javascript file. But you can't run that Javascript file directly with Node.js, it's

tsc outputs a Javascript file. But you can't run that Javascript file directly with Node.js, it's not compatible.
Was this page helpful?