> For the complete documentation index, see [llms.txt](https://willh.gitbook.io/typescript-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://willh.gitbook.io/typescript-tutorial/engineering.md).

# 工程

掌握了 TypeScript 的語法就像學會了砌牆的工藝。

我們學習 TypeScript 的目的不是為了造一間小茅屋，而是為了造高樓大廈，這也正是 TypeScript 的型別系統帶來的優勢。

那麼一項大工程應該如何開展呢？本部分的內容就會介紹 TypeScript 工程化的最佳實踐，具體內容包括：

* [程式碼檢查](/typescript-tutorial/engineering/lint.md)
* [上一章：擴充套件閱讀](/typescript-tutorial/advanced/further-reading.md)
* [下一章：程式碼檢查](/typescript-tutorial/engineering/lint.md)
