diff --git a/tsconfig.json b/tsconfig.json index 6437377..57dd683 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -49,7 +49,8 @@ "noEmit": true, "esModuleInterop": true, "resolveJsonModule": true, - "inlineSourceMap": true + "inlineSourceMap": true, + "incremental": true }, "include": [ "types/**/*.ts*",