diff --git a/tsconfig.json b/tsconfig.json index fa2a5b19..f5bf64d1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,7 @@ { "compilerOptions": { + "incremental": true, + "tsBuildInfoFile": "/app/.tsbuildinfo", "target": "esnext", "module": "esnext", "strict": false,