docs(adding documentation): adding the auto generated docs

n
This commit is contained in:
jacoobes
2022-02-18 10:24:08 -06:00
parent 29d92caa16
commit 890f377b48
21 changed files with 2726 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
"release": "standard-version && git push --follow-tags",
"test": "jest --coverage --verbose",
"commit": "cz",
"docs" : "typedoc src/index.ts --out dist/docs"
"docs" : "typedoc src/index.ts --out docs"
},
"keywords": [],
"author": "",