From 3e55f7908900abb19c58419dfa47dbf6335b86a6 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 9 Jan 2020 23:39:21 +0530 Subject: [PATCH] Readme - Add h1 line + default styles --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd3289..01c302a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Typescript.tools +------------------- ### Collection of resources related to Typescript compiler api (and related things) @@ -42,4 +43,13 @@ TSC = Typescript compiler 2. Typedoc - 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. + + +