$ npm install -g typescript
$ tsc -v # Version 4.0.2
$ tsc helloworld.ts # helloworld.ts => helloworld.js
获取 TypeScript
原文:https://www.cnblogs.com/wencaiguagua/p/13709167.html