Skip to content

Commit 84d06ac

Browse files
authored
chore(typedoc): remove exclusion of test folder (#3143)
1 parent 70eb9fc commit 84d06ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: typedoc.client.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
2+
"exclude": ["**/node_modules/**", "**/protocols/*.ts", "**/endpoints.ts"],
33
"excludeNotExported": true,
44
"excludePrivate": true,
55
"hideGenerator": true,

0 commit comments

Comments
 (0)