TypeScript 练习册 详情链接 TypeScript 入门教程 安装运行 # 全局安装 TS npm install -g typescript= # 运行模块 cd xxx/ # 运行当前的模块 tsc index.ts