Skip to content

Commit

Permalink
add typedoc zod plugin for tidy rendering of the schema
Browse files Browse the repository at this point in the history
  • Loading branch information
am29d committed Jun 21, 2024
1 parent 4b36aa9 commit 864116b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
10 changes: 10 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 @@ -72,6 +72,7 @@
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typedoc-plugin-missing-exports": "^2.2.0",
"typedoc-plugin-zod": "^1.1.2",
"typescript": "^5.4.5"
},
"lint-staged": {
Expand Down
1 change: 1 addition & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"layers",
"examples/**"
],
"plugin": ["typedoc-plugin-zod"],
"skipErrorChecking": true,
"excludePrivate": true,
"visibilityFilters": {
Expand Down

0 comments on commit 864116b

Please sign in to comment.