From f8fe27d9d21217fb31338bcd81bae74bb9cd3f0b Mon Sep 17 00:00:00 2001 From: Coby Date: Tue, 28 Jan 2025 11:38:58 -0500 Subject: [PATCH] don't warn on not exported validation --- typedoc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typedoc.json b/typedoc.json index 9cd056a590..22d5b0c11c 100644 --- a/typedoc.json +++ b/typedoc.json @@ -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",