Skip to content

Commit

Permalink
api extractor config
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi committed Aug 20, 2023
1 parent 2d2ab69 commit 5668e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-extractor.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
* DEFAULT VALUE: "<lookup>"
*/
// "tsdocMetadataFilePath": "<projectFolder>/dist/tsdoc-metadata.json"
"tsdocMetadataFilePath": "<projectFolder>/dist/cjs/tsdoc-metadata.json"
},

/**
Expand Down
2 changes: 1 addition & 1 deletion api-extractor.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
* DEFAULT VALUE: "<lookup>"
*/
// "tsdocMetadataFilePath": "<projectFolder>/dist/tsdoc-metadata.json"
"tsdocMetadataFilePath": "<projectFolder>/dist/esm/tsdoc-metadata.json"
},

/**
Expand Down

0 comments on commit 5668e4f

Please sign in to comment.