Skip to content

Commit 038f83d

Browse files
timocovblakeembrey
authored andcommitted
Remove incremental & tsBuildInfoFile compiler opts (#815)
1 parent 750ecca commit 038f83d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ function fixConfig (ts: TSCommon, config: _ts.ParsedCommandLine) {
442442
delete config.options.declarationDir
443443
delete config.options.declarationMap
444444
delete config.options.emitDeclarationOnly
445+
delete config.options.tsBuildInfoFile
446+
delete config.options.incremental
445447

446448
// Target ES5 output by default (instead of ES3).
447449
if (config.options.target === undefined) {

0 commit comments

Comments
 (0)