added orai

This commit is contained in:
szabomarton
2025-03-12 12:47:18 +01:00
parent 69b41e57cf
commit 5092aedfca
54 changed files with 14870 additions and 19639 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"
]
}