From 3db6ccda2dcbf320c2ed9e1f2560ad7cf6340e30 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Thu, 27 Mar 2025 09:41:09 +0100 Subject: [PATCH] Update tsconfig.json to support incremental --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) 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,