Skip to content

Commit 2aa666a

Browse files
authored
Merge pull request #699 from MYoung25/chore/bump-typedoc
Bump typedoc dependency to 0.23.23
2 parents 94f7eee + fbc8d08 commit 2aa666a

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,9 @@
2424
"concurrently": "7.0.0",
2525
"downlevel-dts": "0.10.1",
2626
"rimraf": "^3.0.0",
27-
"typedoc": "^0.19.2",
27+
"typedoc": "0.23.23",
2828
"typescript": "~4.6.2"
2929
},
30-
"overrides": {
31-
"typedoc": {
32-
"typescript": "~4.6.2"
33-
}
34-
},
3530
"engines": {
3631
"node": ">=14.0.0"
3732
},
Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
{
2-
"exclude": [
3-
"**/node_modules/**",
4-
"**/*.spec.ts",
5-
"**/protocols/*.ts",
6-
"**/e2e/*.ts",
7-
"**/endpoints.ts"
8-
],
9-
"excludeNotExported": true,
10-
"excludePrivate": true,
11-
"hideGenerator": true,
12-
"ignoreCompilerErrors": true,
13-
"includeDeclarations": true,
14-
"stripInternal": true,
15-
"readme": "README.md",
16-
"mode": "file",
2+
"entryPoints": ["src/index.ts"],
173
"out": "docs",
18-
"theme": "minimal",
19-
"plugin": ["@aws-sdk/service-client-documentation-generator"]
4+
"readme": "README.md"
205
}

0 commit comments

Comments
 (0)