This commit is contained in:
zxfjd3g
2020-11-12 21:07:26 +08:00
parent 981d157ac7
commit 832b961d34
34 changed files with 1647 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
# 2. 安装 TypeScript
命令行运行如下命令,全局安装 TypeScript
```bash
npm install -g typescript
```
安装完成后,在控制台运行如下命令,检查安装是否成功(3.x)
```bash
tsc -V
```