Skip to content

Commit

Permalink
Delete emitDeclarationOnly from config (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb authored and blakeembrey committed Jun 12, 2018
1 parent ee5c1b3 commit 1063e28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -443,6 +443,7 @@ function fixConfig (ts: TSCommon, config: any) {
delete config.options.outFile
delete config.options.declarationDir
delete config.options.declarationMap
delete config.options.emitDeclarationOnly

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

0 comments on commit 1063e28

Please sign in to comment.