diff --git a/tsconfig.json b/tsconfig.json index 85e2c5c5..57e94810 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "allowSyntheticDefaultImports": true, "compilerOptions": { + "incremental": true, "outDir": "./dist/", "sourceMap": true, "noImplicitAny": false,