# 感谢
- 感谢[创造和维护 TypeScript 的人们](https://github.com/Microsoft/TypeScript/graphs/contributors),给我们带来了如此优秀的工具
- 感谢 [@zhongsp](https://github.com/zhongsp/) 对[官方手册的翻译](https://zhongsp.gitbooks.io/typescript-handbook/content/index.html),本书参考了大量他的翻译,能一直坚持跟进非常不容易
- 感谢 [@阮一峰](http://www.ruanyifeng.com/home.html) 老师的 [ECMAScript 6 入门](http://es6.ruanyifeng.com/),本书引用了多处 ES6 的知识
最后,感谢你阅读完本书,希望你会有所收获。
## 下一步
- 在 [GitHub](https://github.com/xcatliu/typescript-tutorial) 上关注本书
- 阅读[官方手册](http://www.typescriptlang.org/docs/handbook/basic-types.html)([中文版](https://zhongsp.gitbooks.io/typescript-handbook/content/))巩固知识
- 阅读 [Project Configuration](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html)([中文版](https://zhongsp.gitbooks.io/typescript-handbook/content/doc/handbook/tsconfig.json.html)) 学习如何配置 TypeScript 工程
- 查看[官方示例](http://www.typescriptlang.org/samples/index.html),学习真实项目
---
- [上一章:代码检查](../engineering/lint.md)