From 19ec99feed263572e0a719e6a8fae39d06547c7d Mon Sep 17 00:00:00 2001 From: Simone Poggiali Date: Sun, 13 Sep 2026 19:56:04 +0200 Subject: [PATCH] Add The Concise TypeScript Book --- languages/typescript/index.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/languages/typescript/index.json b/languages/typescript/index.json index 96d1306..6d603e7 100644 --- a/languages/typescript/index.json +++ b/languages/typescript/index.json @@ -77,6 +77,15 @@ "url": "https://www.tsmean.com/articles/testing/typescript-testing-in-depth/#typescript-unit-testing", "type": "article", "level": "intermediate" + }, + { + "title": "The Concise TypeScript Book", + "url": "https://github.com/gibbok/typescript-book", + "type": "book", + "level": "everyone", + "reviews": [ + "A free and open-source TypeScript book covering fundamentals through advanced concepts." + ] } ] -} \ No newline at end of file +}