Skip to content

Commit

Permalink
Remove declarationMap from config (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomcopter authored and blakeembrey committed Jun 3, 2018
1 parent 70d68ef commit 57f09b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -442,6 +442,7 @@ function fixConfig (ts: TSCommon, config: any) {
delete config.options.out
delete config.options.outFile
delete config.options.declarationDir
delete config.options.declarationMap

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

0 comments on commit 57f09b5

Please sign in to comment.