Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove incremental & tsBuildInfoFile compiler opts (#815)
  • Loading branch information
timocov authored and blakeembrey committed Apr 15, 2019
1 parent 750ecca commit 038f83d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -442,6 +442,8 @@ function fixConfig (ts: TSCommon, config: _ts.ParsedCommandLine) {
delete config.options.declarationDir
delete config.options.declarationMap
delete config.options.emitDeclarationOnly
delete config.options.tsBuildInfoFile
delete config.options.incremental

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

0 comments on commit 038f83d

Please sign in to comment.