From 6df09a937a22ce4b67435b49cbed0e726575b84c Mon Sep 17 00:00:00 2001 From: sgoll <1277035+sgoll@users.noreply.github.com> Date: Tue, 7 Aug 2018 18:49:33 +0200 Subject: [PATCH] Remove `composite` option from configuration (#657) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 456bc4c1a..c69a8fece 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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