Readme - Add h1 line + default styles

This commit is contained in:
2020-01-09 23:39:21 +05:30
parent 76136996c7
commit 3e55f79089
+11 -1
View File
@@ -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.
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<style type="text/css" media="screen">
body {
margin: 2em;
}
body>h1 {
color: darkcyan;
}
</style>