|
60 | 60 | * This would direct API Extractor to embed those types directly in the .d.ts rollup, as if they had been |
61 | 61 | * local files for library1. |
62 | 62 | */ |
63 | | - "bundledPackages": [ |
64 | | - // "@aws-sdk/types", "@aws-sdk/util-waiter", "@aws-sdk/smithy-client" |
65 | | - ], |
| 63 | + // "bundledPackages": ["@aws-sdk/types", "@aws-sdk/util-waiter", "@aws-sdk/smithy-client", "@aws-smithy/types"], |
66 | 64 |
|
67 | 65 | /** |
68 | 66 | * Specifies what type of newlines API Extractor should use when writing output files. By default, the output files |
|
178 | 176 | * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName> |
179 | 177 | * DEFAULT VALUE: "<projectFolder>/temp/" |
180 | 178 | */ |
181 | | - "reportTempFolder": "./temp/" |
| 179 | + "reportTempFolder": "./temp/", |
182 | 180 |
|
183 | 181 | /** |
184 | 182 | * Whether "forgotten exports" should be included in the API report file. Forgotten exports are declarations |
|
187 | 185 | * |
188 | 186 | * DEFAULT VALUE: "false" |
189 | 187 | */ |
190 | | - // "includeForgottenExports": false |
| 188 | + "includeForgottenExports": true |
191 | 189 | }, |
192 | 190 |
|
193 | 191 | /** |
|
217 | 215 | * |
218 | 216 | * DEFAULT VALUE: "false" |
219 | 217 | */ |
220 | | - // "includeForgottenExports": false, |
| 218 | + // "includeForgottenExports": true |
221 | 219 |
|
222 | 220 | /** |
223 | 221 | * The base URL where the project's source code can be viewed on a website such as GitHub or |
|
243 | 241 | /** |
244 | 242 | * (REQUIRED) Whether to generate the .d.ts rollup file. |
245 | 243 | */ |
246 | | - "enabled": true |
| 244 | + "enabled": false, |
247 | 245 |
|
248 | 246 | /** |
249 | 247 | * Specifies the output path for a .d.ts rollup file to be generated without any trimming. |
|
257 | 255 | * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName> |
258 | 256 | * DEFAULT VALUE: "<projectFolder>/dist/<unscopedPackageName>.d.ts" |
259 | 257 | */ |
260 | | - // "untrimmedFilePath": "<projectFolder>/dist/<unscopedPackageName>.d.ts", |
| 258 | + "untrimmedFilePath": "./dist/<unscopedPackageName>.d.ts" |
261 | 259 |
|
262 | 260 | /** |
263 | 261 | * Specifies the output path for a .d.ts rollup file to be generated with trimming for an "alpha" release. |
|
0 commit comments