Added typedoc as dependency and excluded doc output from git

This commit is contained in:
2023-10-10 16:23:58 -04:00
parent 093fa54126
commit 10ed2fee07
3 changed files with 103 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules/**
dist/**
dist/**
docs/**