# 感謝

* 感謝[創造和維護 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)，學習真實專案

測試 gitbook 同步功能

* [上一章：程式碼檢查](https://willh.gitbook.io/typescript-tutorial/engineering/lint)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://willh.gitbook.io/typescript-tutorial/thanks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
