diff options
author | Matthew Miller <matthew@millerti.me> | 2020-11-18 07:23:39 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-11-18 07:23:39 -0800 |
commit | 0d90d47540393cc7e50be7609a1fa8121ca7733c (patch) | |
tree | 97af30dea105799ca1e1d7f7cb06bc0c9150c755 | |
parent | 0f0a2d9b85ca549f3ebcb8cc4678085779dbf92c (diff) |
Ignore example project when generating docs
-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": [ |