Skip to content

Commit

Permalink
chore: add typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeker committed Jan 11, 2022
1 parent 21c0c90 commit 4c627e6
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ versions.json
# Dist
/dist

# TypeDoc
/docs

# Faker
TAGS
REVISION
Expand Down
126 changes: 126 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"browser": "./node_modules/.bin/gulp browser",
"jsdoc": "./node_modules/.bin/gulp jsdoc",
"build": "tsc",
"typedoc": "typedoc src/index.ts",
"format": "prettier --write .",
"lint": "node_modules/.bin/eslint ./lib/animal.js",
"test": "node_modules/.bin/mocha test/*.*.js",
Expand Down Expand Up @@ -64,6 +65,7 @@
"prettier": "2.5.1",
"sinon": "^9.0.3",
"through2": "2.0.0",
"typedoc": "^0.22.10",
"typescript": "~4.5.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
Expand Down

0 comments on commit 4c627e6

Please sign in to comment.