npm install -g typescript
tsc --init
选择『终端 -> 运行生成任务』,出现弹窗:
// 保存文件,则自动编译 tsc: watch tsconfig.json // 编译一次 tsc: build tsconfig.json
安装插件:Run Code