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.
incremental
tsBuildInfoFile
1 parent 750ecca commit 038f83dCopy full SHA for 038f83d
src/index.ts
@@ -442,6 +442,8 @@ function fixConfig (ts: TSCommon, config: _ts.ParsedCommandLine) {
442
delete config.options.declarationDir
443
delete config.options.declarationMap
444
delete config.options.emitDeclarationOnly
445
+ delete config.options.tsBuildInfoFile
446
+ delete config.options.incremental
447
448
// Target ES5 output by default (instead of ES3).
449
if (config.options.target === undefined) {
0 commit comments