|
182 | 182 | * prepend a folder token such as "<projectFolder>".
|
183 | 183 | *
|
184 | 184 | * SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
|
185 |
| - * DEFAULT VALUE: "<projectFolder>/temp/" |
| 185 | + * DEFAULT VALUE: "<projectFolder>/etc/" |
186 | 186 | */
|
187 |
| - // "reportFolder": "<projectFolder>/temp/", |
| 187 | + // "reportFolder": "<projectFolder>/etc/", |
188 | 188 |
|
189 | 189 | /**
|
190 | 190 | * Specifies the folder where the temporary report file is written. The file name portion is determined by
|
|
249 | 249 | * item's file path is "api/ExtractorConfig.ts", the full URL file path would be
|
250 | 250 | * "https://github.com/microsoft/rushstack/tree/main/apps/api-extractor/api/ExtractorConfig.js".
|
251 | 251 | *
|
252 |
| - * Can be omitted if you don't need source code links in your API documentation reference. |
| 252 | + * This setting can be omitted if you don't need source code links in your API documentation reference. |
253 | 253 | *
|
254 | 254 | * SUPPORTED TOKENS: none
|
255 | 255 | * DEFAULT VALUE: ""
|
|
284 | 284 | * Specifies the output path for a .d.ts rollup file to be generated with trimming for an "alpha" release.
|
285 | 285 | * This file will include only declarations that are marked as "@public", "@beta", or "@alpha".
|
286 | 286 | *
|
| 287 | + * If the path is an empty string, then this file will not be written. |
| 288 | + * |
287 | 289 | * The path is resolved relative to the folder of the config file that contains the setting; to change this,
|
288 | 290 | * prepend a folder token such as "<projectFolder>".
|
289 | 291 | *
|
|
296 | 298 | * Specifies the output path for a .d.ts rollup file to be generated with trimming for a "beta" release.
|
297 | 299 | * This file will include only declarations that are marked as "@public" or "@beta".
|
298 | 300 | *
|
| 301 | + * If the path is an empty string, then this file will not be written. |
| 302 | + * |
299 | 303 | * The path is resolved relative to the folder of the config file that contains the setting; to change this,
|
300 | 304 | * prepend a folder token such as "<projectFolder>".
|
301 | 305 | *
|
|
0 commit comments