diff options
-rw-r--r-- | tsconfigdoc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfigdoc.json b/tsconfigdoc.json index faa4ab7..f7a13d5 100644 --- a/tsconfigdoc.json +++ b/tsconfigdoc.json @@ -6,6 +6,9 @@ "@simplewebauthn/*": ["packages/*/src"] } }, + "exclude": [ + "example" + ], "typedocOptions": { "out": "docs", "entryPoints": [ |