TypeScript 学习

在线运行 TypeScript 代码

本地运行 TypeScript 代码

安装命令

yarn global add typescript

编译 *.ts 文件

tsc file.ts