Initial commit

Generated by create-expo-app 3.5.3.
This commit is contained in:
암냥 2026-04-04 20:06:22 +09:00
commit 8324b52de1
No known key found for this signature in database
51 changed files with 2848 additions and 0 deletions

20
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"
]
}