# TypeScript 资源整理
目前大型项目基本都集成了
TypeScript
。类型检查、编辑器的代码智能提示、代码即文档等优点,不得不说,"TS 真香"。
# 教程
# 文档
- Home | DefinitelyTyped (opens new window)
- jsconfig 配置 Compiler Options · TypeScript (opens new window)
- jsconfig 配置 http://json.schemastore.org/tsconfig
- typescript-eslint/typescript-eslint: Monorepo for all the tooling which enables ESLint to support TypeScript (opens new window)
- Configuring ESLint - ESLint中文 (opens new window)