diff --git a/tooling/typescript/base.json b/tooling/typescript/base.json index 1b4fce3..0c5f233 100644 --- a/tooling/typescript/base.json +++ b/tooling/typescript/base.json @@ -14,8 +14,8 @@ "isolatedModules": true, "moduleDetection": "force", "jsx": "preserve", - "incremental": true, - "noUncheckedIndexedAccess": true + "noUncheckedIndexedAccess": true, + "composite": true }, "exclude": ["node_modules", "build", "dist", ".expo"] }