Skip to content

安装 TypeScript

命令行运行如下命令,全局安装 TypeScript:

bash
npm install -g typescript

安装完成后,在控制台运行如下命令,检查安装是否成功(3.x):

bash
tsc -V