Expo app can now run

This commit is contained in:
2025-09-15 16:54:46 -05:00
parent ddce36c366
commit 641abf7801
9 changed files with 14 additions and 7 deletions

View File

@@ -4,7 +4,9 @@
"strict": true,
"baseUrl": ".",
"jsx": "react-jsx",
"esModuleInterop": true,
"paths": {
"assets/*": ["./assets/*"],
"@/*": ["./src/*"],
"~/*": ["../../packages/backend/*"]
}