1. 安装
  • npm install -g typescript
  1. 编译
  • tsc helloworld.ts
  1. VSCode设置编译
  • 第一步 tsc --init 生成tsconfig.json 改"outDir":"./js"
  • 第二部 任务 - 运行任务 监视tsconfig.json