Does VS Code install TypeScript, and if so: where?

后端 未结 5 1068
借酒劲吻你
借酒劲吻你 2021-01-01 15:22

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:



        
5条回答
  •  不知归路
    2021-01-01 15:42

    You found it. tsc.js is the entry point for the TypeScript compiler. There is no tsc.exe.

提交回复
热议问题