Skip to content

Commit 01ae218

Browse files
committed
chore: add typedoc.client.json at root
1 parent 4c0e580 commit 01ae218

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

clients/typedoc.client.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"exclude": ["**/node_modules/**", "**/*.spec.ts", "**/protocols/*.ts", "**/e2e/*.ts", "**/endpoints.ts"],
3+
"excludeNotExported": true,
4+
"excludePrivate": true,
5+
"hideGenerator": true,
6+
"ignoreCompilerErrors": true,
7+
"includeDeclarations": true,
8+
"stripInternal": true,
9+
"readme": "README.md",
10+
"mode": "file",
11+
"out": "docs",
12+
"theme": "minimal",
13+
"plugin": ["@aws-sdk/service-client-documentation-generator"]
14+
}

0 commit comments

Comments
 (0)