Skip to content

Commit 57f09b5

Browse files
nomcopterblakeembrey
authored andcommitted
Remove declarationMap from config (#602)
1 parent 70d68ef commit 57f09b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ function fixConfig (ts: TSCommon, config: any) {
442442
delete config.options.out
443443
delete config.options.outFile
444444
delete config.options.declarationDir
445+
delete config.options.declarationMap
445446

446447
// Target ES5 output by default (instead of ES3).
447448
if (config.options.target === undefined) {

0 commit comments

Comments
 (0)