diff --git a/tsconfig.json b/tsconfig.json index 66dc08e..1841826 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, + "incremental": true }, "include": ["./src/**/*.ts"] } \ No newline at end of file