feat: Expo scaffold + auth screens + core screens (#39-#46, #48)
This commit is contained in:
15
tsconfig.json
Normal file
15
tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "expo/tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@/components/*": ["./components/*"],
|
||||
"@/stores/*": ["./stores/*"],
|
||||
"@/services/*": ["./services/*"],
|
||||
"@/hooks/*": ["./hooks/*"],
|
||||
"@/constants/*": ["./constants/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user