First commit: frontend

This commit is contained in:
imsophis
2026-05-22 14:33:12 -06:00
parent f3b2214ea9
commit c8153936f5
55 changed files with 9440 additions and 0 deletions

20
frontend/tsconfig.json Normal file
View File

@@ -0,0 +1,20 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./src/*"
],
"@/assets/*": [
"./assets/*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
}