From f851747328842d8a008b68102d3ba22306ad44ef Mon Sep 17 00:00:00 2001 From: dafujii <41186511+dafujii@users.noreply.github.com> Date: Tue, 1 Oct 2019 00:31:04 +0900 Subject: [PATCH] Improve Typescript on free-programming-books-ja.md (#3380) * Add TypeScript Deep Dive Japanese version * Remove TypeScript quick guide * Add clean-code-typescript * Sort authors --- free-programming-books-ja.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books-ja.md b/free-programming-books-ja.md index 46c382580..d824ca396 100644 --- a/free-programming-books-ja.md +++ b/free-programming-books-ja.md @@ -642,7 +642,8 @@ ### TypeScript -* [TypeScript クイックガイド](http://phyzkit.net/typescript/) - @KDKTN +* [TypeScript Deep Dive 日本語版](https://typescript-jp.gitbook.io/deep-dive/) - basarat, yohamta(翻訳) +* [TypeScriptの為のクリーンコード](https://msakamaki.github.io/clean-code-typescript/) - labs42io, 酒巻 瑞穂(翻訳) ### VBA