2024-12-01 11:29:47 +00:00
|
|
|
{
|
|
|
|
"extends": "expo/tsconfig.base",
|
|
|
|
"compilerOptions": {
|
|
|
|
"strict": true,
|
|
|
|
"paths": {
|
|
|
|
"@/*": [
|
|
|
|
"./*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"**/*.ts",
|
|
|
|
"**/*.tsx",
|
|
|
|
".expo/types/**/*.ts",
|
2024-12-01 17:58:53 +00:00
|
|
|
"expo-env.d.ts",
|
2024-12-02 19:11:31 +00:00
|
|
|
"app/(tabs)/index.tsx"
|
2024-12-09 20:00:15 +00:00
|
|
|
, "babel.config.js" ]
|
2024-12-01 11:29:47 +00:00
|
|
|
}
|