We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49637ea commit eee9af6Copy full SHA for eee9af6
.gitignore
@@ -1,6 +1,3 @@
1
.claude/
2
node_modules/
3
.DS_Store
4
-
5
-# Generated Zod schemas (intermediate artifacts)
6
-schema/*/zodded.ts
typedoc.config.mjs
@@ -4,7 +4,6 @@
const config = {
out: "tmp",
excludeInternal: true,
7
- exclude: ["**/zodded.ts"],
8
excludeTags: [
9
"@format",
10
"@maximum",
0 commit comments