# 感謝
- 感謝[創造和維護 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)