From e524616e4dff55fbc2ffa5b3c2efbe93589d3cf5 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Fri, 10 Jan 2020 19:44:07 +0530 Subject: [PATCH] Readme - Add typedoc link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ed22ac..b667706 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ TSC = Typescript compiler 1. Typescript language service plugin in VS Code (inbuilt), [atom](https://github.com/TypeStrong/atom-typescript), [Sublime Text](https://github.com/Microsoft/TypeScript-Sublime-Plugin) - Supports similar feature set in multiple editors -2. Typedoc - Very popular Typescript documentation generator which extracts type definitions and inline jsdoc comments into separate documents. +2. [Typedoc](https://typedoc.org/) - Very popular Typescript documentation generator which extracts type definitions and inline jsdoc comments into separate documents. 3. (shameless plug) [webpack-strip-log-loader](https://github.com/bendtherules/webpack-strip-log-loader) - webpack plugin to remove some module (or symbol) and their usages recursively in a project. Uses TSC api internally.