fix: add NativeWind types to tsconfig — resolves 241 TS errors
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run

This commit is contained in:
root
2026-02-20 03:07:01 +08:00
parent 059de91a04
commit 6f02dee5c6

View File

@@ -4,6 +4,13 @@
"strict": true,
"paths": {
"@/*": ["./*"]
}
}
},
"types": ["nativewind/types"]
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.d.ts",
"expo-env.d.ts"
]
}