first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

13
node_modules/@expo/log-box/tsconfig.json generated vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"extends": "expo-module-scripts/tsconfig.node",
"compilerOptions": {
"noEmit": true,
"jsx": "react",
"plugins": [
{ "name": "typescript-plugin-css-modules" }
],
"customConditions": ["react-native-strict-api-UNSAFE-ALLOW-SUBPATHS"]
},
"include": ["src/**/*", "app/**/*"],
"exclude": ["**/__mocks__/*", "**/__tests__/*"]
}