aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mobile/tsconfig.json')
-rw-r--r--apps/mobile/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/tsconfig.json b/apps/mobile/tsconfig.json
index 3bcf5741..77379cd1 100644
--- a/apps/mobile/tsconfig.json
+++ b/apps/mobile/tsconfig.json
@@ -2,7 +2,7 @@
"extends": "expo/tsconfig.base",
"compilerOptions": {
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
- "types": ["nativewind/types"],
+ "types": ["nativewind/types", "react-native"],
"incremental": true,
"strict": true,
"baseUrl": ".",