diff --git a/tsconfig.json b/tsconfig.json index a2aa98456e..5cc2174115 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "target": "es6", "moduleResolution": "node", - "esModuleInterop": true + "esModuleInterop": true, + "incremental": true } }