Added typedoc. Runnable with yarn build:docs

Signed-off-by: AZMCode <adrianozambrana@protonmail.com>
This commit is contained in:
AZMCode
2020-08-09 16:46:08 -04:00
parent cea93aed47
commit 99fe157086
3 changed files with 8 additions and 0 deletions

5
typedoc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"inputFiles": ["./src"],
"mode": "modules",
"out": "doc"
}