npm install -g typescript
# 指定文件
tsc the_target_ts_file.ts
# 或者
# 不指定文件,直接使用 tsc 会查找项目根目录的 tsconfig.json
tsc
查看已全局安装的 npm 包:
npm ls -g --depth 0
配置项 tsconfig.json
通过 tsc
命令行自动生成配置文件
tsc --init
VSCode 实时编译
- 新手示例
- TypeScript
- 2020-web 前端-TypeScript 完全解读 视频 👍
- TypeScript 入门教程
- TypeScript
- ptbird | Typescript
- Typescript 视频
- Typescript 视频
- Typescript 声明文件查找仓库 | 已废弃
- Typescript 声明文件查找仓库
- Typescript React 示例
- React-typescript-cheatsheet-cn
- TypeScript-React-Starter
- Typescript Example
- TSlint - Rules
- TSlint-react
- Interface or Type alias
- TypeScript 在 React 中使用总结
- TypeScript 进阶之重难点梳理
- 深入理解 TypeScript
- TypeScript 精通指南
- 深入探索 Typescript 的高阶用法