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