From c1e3d91d84c670d984cd0c98133ef78dc681e95c Mon Sep 17 00:00:00 2001 From: Jorrin Date: Sat, 20 Apr 2024 00:50:03 +0200 Subject: [PATCH] that didnt work --- tooling/typescript/base.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tooling/typescript/base.json b/tooling/typescript/base.json index 0c5f233..1b4fce3 100644 --- a/tooling/typescript/base.json +++ b/tooling/typescript/base.json @@ -14,8 +14,8 @@ "isolatedModules": true, "moduleDetection": "force", "jsx": "preserve", - "noUncheckedIndexedAccess": true, - "composite": true + "incremental": true, + "noUncheckedIndexedAccess": true }, "exclude": ["node_modules", "build", "dist", ".expo"] }