1.npm install -g typescript
    2.新建index.ts,编译ts index.ts
    3.自动编译,tsc —init 生成tsconfig.json文件,修改编译保存目录,command+shift+b,选择ts监视
    4.自动编译2:在vscode中,点击终端==>>运行任务==>选择typescript==>监视