I recently read that installing VS Code also installs the TypeScript compiler. Is this true? If so, where is it installed?
I found a tsc.js file here:
You found it. tsc.js is the entry point for the TypeScript compiler. There is no tsc.exe.