Skip to content

Commit 864116b

Browse files
committed
add typedoc zod plugin for tidy rendering of the schema
1 parent 4b36aa9 commit 864116b

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Diff for: package-lock.json

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"ts-node": "^10.9.2",
7373
"typedoc": "^0.25.13",
7474
"typedoc-plugin-missing-exports": "^2.2.0",
75+
"typedoc-plugin-zod": "^1.1.2",
7576
"typescript": "^5.4.5"
7677
},
7778
"lint-staged": {

Diff for: typedoc.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"layers",
1414
"examples/**"
1515
],
16+
"plugin": ["typedoc-plugin-zod"],
1617
"skipErrorChecking": true,
1718
"excludePrivate": true,
1819
"visibilityFilters": {

0 commit comments

Comments
 (0)