added main

This commit is contained in:
szabomarton
2025-03-27 10:19:01 +01:00
parent 98b119aa96
commit 94cf2e3924
17 changed files with 14941 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"
, "app/index.jsx" ]
}