Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.16 KB

Effective TypeScript 第2版


表紙


本リポジトリはオライリー・ジャパン発行書籍『Effective TypeScript 第2版』のサポートサイトです。

構成

.
├── README.md
├── code
│   ├── 1章            // 1章のコード
│   │   ├── 項目1.md
│   │   ├── ...
│   ├── 2章            // 2章のコード
│   ├── 3章            // ...
│   ├── 4章
│   ├── 5章
│   ├── 6章
│   ├── 7章
│   ├── 8章
│   ├── 9章
│   └── 10章
│       ├── ...
│       └── 項目83.md
└── effective-typescript-2e-ja.png

サンプルコードの解説は本書籍をご覧ください。

正誤表

本書の正誤情報は以下のページで公開しています。

https://github.com/oreilly-japan/effective-typescript-2e-ja/wiki/errata

本ページに掲載されていない誤植など間違いを見つけた方は、[email protected]までお知らせください。