Skip to content

Commit

Permalink
don't warn on not exported validation
Browse files Browse the repository at this point in the history
  • Loading branch information
45930 committed Jan 28, 2025
1 parent 871ff5c commit f8fe27d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"src/lib/provable/+(core|test)/**/*",
"src/**/*(test|unit-test).ts",
],
"validation": {
"notExported": false, // Allows us to reference types and classes that are not documented from types and classes that are documented
},
"entryPoints": [
"src/index.ts",
"src/lib/provable/field.ts",
Expand Down

0 comments on commit f8fe27d

Please sign in to comment.