We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cfd40 commit f5d4570Copy full SHA for f5d4570
tools/make/lib/docs/typedoc.mk
@@ -52,7 +52,7 @@ TYPEDOC_HTML_FLAGS ?= \
52
--excludePrivate \
53
--excludeProtected \
54
--includeDeclarations \
55
- --exclude **/test*.ts \
+ --exclude '{**/*test*,**/test*.ts,**/*.js,**/*test.ts}' \
56
--name stdlib \
57
--theme $(CONFIG_DIR)/typedoc/theme/ \
58
--hideGenerator \
@@ -69,7 +69,7 @@ TYPEDOC_JSON_FLAGS ?= \
69
70
71
72
73
74
--json $(TYPEDOC_JSON)
75
0 commit comments