project setup
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"extends": "expo/tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"module": "es2022",
|
||||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/components/*": ["./components/*"],
|
||||
"@/app/*": ["./app/*"],
|
||||
"@/types/*": ["./types/*"],
|
||||
"@/utils/*": ["./utils/*"],
|
||||
"@/store/*": ["./store/*"],
|
||||
"@/hooks/*": ["./hooks/*"],
|
||||
"@/constants/*": ["./constants/*"],
|
||||
"@/models/*": ["./models/*"],
|
||||
"@/api/*": ["./api/*"],
|
||||
"@/auth/*": ["./auth/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
".expo/types/**/*.ts",
|
||||
"expo-env.d.ts",
|
||||
"nativewind-env.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user