fix: restore the expo router stuff that the autogenerated stuff undid

This commit is contained in:
castdrian
2024-01-15 08:43:44 +01:00
parent 9f4cb15eba
commit 314e739af5
11 changed files with 671 additions and 1246 deletions

View File

@@ -3,7 +3,10 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["dom", "esnext"],
"lib": [
"dom",
"esnext"
],
"moduleResolution": "node",
"skipLibCheck": true,
"resolveJsonModule": true,
@@ -11,7 +14,10 @@
"declaration": true
},
"files": [],
"include": [],
"include": [
".expo/types/**/*.ts",
"expo-env.d.ts"
],
"references": [
{
"path": "./tsconfig.app.json"