Skip to content

Commit

Permalink
Disable composite in TS configuration to avoid breaking on disabled…
Browse files Browse the repository at this point in the history
… `declaration` (#656)
  • Loading branch information
sgoll committed Aug 6, 2018
1 parent 2017b3a commit a6a3020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ function fixConfig (ts: TSCommon, config: _ts.ParsedCommandLine) {
// Delete options that *should not* be passed through.
delete config.options.out
delete config.options.outFile
delete config.options.composite
delete config.options.declarationDir
delete config.options.declarationMap
delete config.options.emitDeclarationOnly
Expand Down

0 comments on commit a6a3020

Please sign in to comment.