chore: refactor for tv stuff

This commit is contained in:
Fredrik Burmester
2025-02-19 10:49:18 +01:00
parent 1ac6b7e3df
commit cfbac538f8
11 changed files with 1135 additions and 555 deletions

View File

@@ -3,15 +3,8 @@
"compilerOptions": {
"strict": true,
"paths": {
"@/*": [
"./*"
]
"@/*": ["./*"]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
]
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
}