mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix ts references when backend is none or convex
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
"expo-env.d.ts",
|
||||
"nativewind-env.d.ts"
|
||||
],
|
||||
{{#unless (or (eq backend "convex") (eq backend "none"))}}
|
||||
"references": [{
|
||||
"path": "../server"
|
||||
}]
|
||||
{{/unless}}
|
||||
}
|
||||
@@ -9,7 +9,9 @@
|
||||
}
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"],
|
||||
{{#unless (or (eq backend "convex") (eq backend "none"))}}
|
||||
"references": [{
|
||||
"path": "../server"
|
||||
}]
|
||||
{{/unless}}
|
||||
}
|
||||
Reference in New Issue
Block a user