Skip to content

Commit 2298917

Browse files
committed
chore(typedoc): hide warnings for now
1 parent daad16f commit 2298917

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/docs/typedoc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@
2020
"exclude": ["**/__tests__/**"],
2121
"readme": "../../packages/core/README.md",
2222
"entryPoints": ["../../packages/core/src"],
23-
"entryPointStrategy": "expand"
23+
"entryPointStrategy": "expand",
24+
"validation": {
25+
"invalidLink": false,
26+
"notExported": false
27+
}
2428
}

0 commit comments

Comments
 (0)