Initial commit

This commit is contained in:
Krisztu
2026-02-25 09:17:51 +01:00
commit dd7afe755d
18 changed files with 10091 additions and 0 deletions

6
tsconfig.json Normal file
View File

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