Skip to content

Commit

Permalink
docs: add typedoc-plugin-missing-exports to render not exported types
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jun 11, 2022
1 parent 7e9835c commit d3f7904
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"standard-version": "^9.3.2",
"ts-node": "^10.5.0",
"typedoc": "^0.22.17",
"typedoc-plugin-missing-exports": "^0.22.6",
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.5.0",
Expand Down
2 changes: 2 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"out": "./docs/api",
"excludePrivate": true,
"githubPages": false,
"excludeExternals": true,
"treatWarningsAsErrors": true,
"readme": "none"
}

0 comments on commit d3f7904

Please sign in to comment.