Skip to content

Commit 6df09a9

Browse files
sgollblakeembrey
authored andcommitted
Remove composite option from configuration (#657)
1 parent 2017b3a commit 6df09a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ function fixConfig (ts: TSCommon, config: _ts.ParsedCommandLine) {
450450
// Delete options that *should not* be passed through.
451451
delete config.options.out
452452
delete config.options.outFile
453+
delete config.options.composite
453454
delete config.options.declarationDir
454455
delete config.options.declarationMap
455456
delete config.options.emitDeclarationOnly

0 commit comments

Comments
 (0)