moved files outside of /app

This commit is contained in:
Jorrin
2024-02-05 21:03:26 +01:00
parent eeb0b921dc
commit eef7565106
12 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"],
"~/components/*": ["./src/app/components/*"],
"~/components/*": ["./src/components/*"],
},
"jsx": "react-native",
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",