安装Typescript

npm install -g typescript

手动编译

tsc greeter.ts

自动编译

tsc -w greeter.ts

TypeScript 自动编译-LMLPHP

05-08 15:51