Skip to content

环境配置

bash
# [修正命令]:安装 TypeScript
npm install typescript -g

# 编译 TS 文件
tsc filename.ts