Skip to content

Commit ace8647

Browse files
authored
fix: Correct API Extractor config to omit definition file from dist (#407)
1 parent 3752fdc commit ace8647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api-extractor.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"dtsRollup": {
1111
"enabled": true,
12+
"untrimmedFilePath": "", // Force API extractor to not create d.ts in dist folder
1213
"publicTrimmedFilePath": "<projectFolder>/<unscopedPackageName>.d.ts"
1314
},
1415
"tsdocMetadata": {

0 commit comments

Comments
 (0)