Initial commit

This commit is contained in:
2023-03-20 22:37:20 +01:00
parent 25d5321778
commit e54129908d
24 changed files with 8516 additions and 6996 deletions

View File

@@ -1,4 +1,6 @@
{
"compilerOptions": {},
"compilerOptions": {
"module": "ESNext"
},
"extends": "expo/tsconfig.base"
}