diff --git a/tsconfig.json b/tsconfig.json index 476f76334..17b874743 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "module": "es6", // "module": "commonjs", // "module": "esnext", + "incremental": true, "target": "es2017", "allowJs": true, "checkJs": false,