We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composite
1 parent 2017b3a commit 6df09a9Copy full SHA for 6df09a9
src/index.ts
@@ -450,6 +450,7 @@ function fixConfig (ts: TSCommon, config: _ts.ParsedCommandLine) {
450
// Delete options that *should not* be passed through.
451
delete config.options.out
452
delete config.options.outFile
453
+ delete config.options.composite
454
delete config.options.declarationDir
455
delete config.options.declarationMap
456
delete config.options.emitDeclarationOnly
0 commit comments