weird typescript thing

This commit is contained in:
Jorrin
2024-04-20 00:45:56 +02:00
parent 61076b344f
commit aeeb34db0f

View File

@@ -14,8 +14,8 @@
"isolatedModules": true,
"moduleDetection": "force",
"jsx": "preserve",
"incremental": true,
"noUncheckedIndexedAccess": true
"noUncheckedIndexedAccess": true,
"composite": true
},
"exclude": ["node_modules", "build", "dist", ".expo"]
}