Skip to content

Commit f8fe27d

Browse files
committed
don't warn on not exported validation
1 parent 871ff5c commit f8fe27d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

typedoc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"src/lib/provable/+(core|test)/**/*",
1515
"src/**/*(test|unit-test).ts",
1616
],
17+
"validation": {
18+
"notExported": false, // Allows us to reference types and classes that are not documented from types and classes that are documented
19+
},
1720
"entryPoints": [
1821
"src/index.ts",
1922
"src/lib/provable/field.ts",

0 commit comments

Comments
 (0)