# 感謝
- 感謝[創(chuàng)造和維護(hù) TypeScript 的人們](https://github.com/Microsoft/TypeScript/graphs/contributors),給我們帶來了如此優(yōu)秀的工具
- 感謝 [@zhongsp](https://github.com/zhongsp/) 對(duì)[官方手冊(cè)的翻譯](https://zhongsp.gitbooks.io/typescript-handbook/content/index.html),本書參考了大量他的翻譯,能一直堅(jiān)持跟進(jìn)非常不容易
- 感謝 [@阮一峰](http://www.ruanyifeng.com/home.html) 老師的 [ECMAScript 6 入門](http://es6.ruanyifeng.com/),本書引用了多處 ES6 的知識(shí)
最后,感謝你閱讀完本書,希望你會(huì)有所收獲。
## 下一步
- 在 [GitHub](https://github.com/xcatliu/typescript-tutorial) 上關(guān)注本書
- 閱讀[官方手冊(cè)](http://www.typescriptlang.org/docs/handbook/basic-types.html)([中文版](https://zhongsp.gitbooks.io/typescript-handbook/content/))鞏固知識(shí)
- 閱讀 [Project Configuration](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html)([中文版](https://zhongsp.gitbooks.io/typescript-handbook/content/doc/handbook/tsconfig.json.html)) 學(xué)習(xí)如何配置 TypeScript 工程
- 查看[官方示例](http://www.typescriptlang.org/samples/index.html),學(xué)習(xí)真實(shí)項(xiàng)目
---
- [上一章:代碼檢查](../engineering/lint.md)
