File tree 2 files changed +14
-14
lines changed
2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 20
20
"target" : " es5"
21
21
},
22
22
"include" : [" packages/" , " lib/" ],
23
- "exclude" : [" node_modules/" , " **/*.spec.ts" ],
24
- "typedocOptions" : {
25
- "readme" : " README.md" ,
26
- "mode" : " modules" ,
27
- "out" : " docs" ,
28
- "exclude" : [" **/node_modules/**" , " **/*.spec.ts" ],
29
- "excludeExternals" : true ,
30
- "name" : " AWS SDK for JavaScript v3" ,
31
- "ignoreCompilerErrors" : true ,
32
- "theme" : " minimal" ,
33
- "hideGenerator" : true ,
34
- "clientDocs" : " clients/{{CLIENT}}/docs" ,
35
- "plugin" : [" typedoc-plugin-lerna-packages" , " @aws-sdk/core-packages-documentation-generator" ]
36
- }
23
+ "exclude" : [" node_modules/" , " **/*.spec.ts" ]
37
24
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "clientDocs" : " clients/{{CLIENT}}/docs" ,
3
+ "exclude" : [" **/node_modules/**" , " **/*.spec.ts" ],
4
+ "excludeExternals" : true ,
5
+ "hideGenerator" : true ,
6
+ "ignoreCompilerErrors" : true ,
7
+ "mode" : " modules" ,
8
+ "name" : " AWS SDK for JavaScript v3" ,
9
+ "out" : " docs" ,
10
+ "plugin" : [" typedoc-plugin-lerna-packages" , " @aws-sdk/core-packages-documentation-generator" ],
11
+ "readme" : " README.md" ,
12
+ "theme" : " minimal"
13
+ }
You can’t perform that action at this time.
0 commit comments