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",