TypeScript环境搭建 - zLulus/My_Note GitHub Wiki

安装npm

安装TypeScript

全局安装

npm install -g typescript

编译ts文件

到对应目录下

tsc XXX.ts