From b94dec65d2d5bd0b1c3142737162a38068478594 Mon Sep 17 00:00:00 2001 From: dswbx Date: Fri, 11 Apr 2025 11:54:41 +0200 Subject: [PATCH] ts: enable incremental --- app/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app/tsconfig.json b/app/tsconfig.json index 26f06eac..f00f5798 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "types": ["bun-types", "@cloudflare/workers-types"], "composite": false, + "incremental": true, "module": "ESNext", "moduleResolution": "bundler", "jsx": "react-jsx",