This commit is contained in:
Patryk
2025-04-01 21:10:54 +02:00
commit fd40827e6d
17 changed files with 14608 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
}