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 871ff5c commit f8fe27dCopy full SHA for f8fe27d
typedoc.json
@@ -14,6 +14,9 @@
14
"src/lib/provable/+(core|test)/**/*",
15
"src/**/*(test|unit-test).ts",
16
],
17
+ "validation": {
18
+ "notExported": false, // Allows us to reference types and classes that are not documented from types and classes that are documented
19
+ },
20
"entryPoints": [
21
"src/index.ts",
22
"src/lib/provable/field.ts",
0 commit comments