add server references in web apps

This commit is contained in:
Aman Varshney
2025-05-11 09:17:20 +05:30
parent 1192c2ccb2
commit 2b8eb622f5
11 changed files with 43 additions and 11 deletions

View File

@@ -8,5 +8,8 @@
"@/*": ["*"]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"],
"references": [{
"path": "../server"
}]
}