Skip to content

Commit

Permalink
Remove composite option from configuration (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoll authored and blakeembrey committed Aug 7, 2018
1 parent 2017b3a commit 6df09a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
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 6df09a9

Please sign in to comment.