Skip to content

TypeScript 学习教程

记录学习TypeScript的过程

安装

bash
npm install -g typescript

编译文件

bash
tsc index.ts