Initial commit

This commit is contained in:
Krisztu
2026-02-25 09:16:05 +01:00
commit de8d63e5b8
16 changed files with 10305 additions and 0 deletions

6
tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true
}
}