Skip to content

Commit

Permalink
fix: Correct API Extractor config to omit definition file from dist (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken authored Oct 13, 2020
1 parent 3752fdc commit ace8647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "", // Force API extractor to not create d.ts in dist folder
"publicTrimmedFilePath": "<projectFolder>/<unscopedPackageName>.d.ts"
},
"tsdocMetadata": {
Expand Down

0 comments on commit ace8647

Please sign in to comment.