feat: Enable composite projects in TypeScript configuration

This commit is contained in:
2025-09-29 06:56:18 +02:00
parent c6cd0b4519
commit 1e355d5d8e
+1
View File
@@ -2,6 +2,7 @@
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"composite": true,
"paths": {
"@/*": [
"./*"