ts安装 首先需要安装npm , 然后CMD运行: npm install -g typescript 如图 快速体验 1. 编写一个文件001_test.ts 写入内容 2. 编译 : tsc ts文件 编译后生成001.test.js 文件 生成tsconfig.json配置文件 tsc --init 来源:CSDN作者:phpxxo链接:https://blog.csdn.net/Dong_Alex/article/details/103587999 标签 typescript ts ts文件