From 6f02dee5c6f29d03f3ee10cdef8ff44fecf1c9cc Mon Sep 17 00:00:00 2001 From: root Date: Fri, 20 Feb 2026 03:07:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20add=20NativeWind=20types=20to=20tsconfig?= =?UTF-8?q?=20=E2=80=94=20resolves=20241=20TS=20errors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 140c044..41ddae8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,13 @@ "strict": true, "paths": { "@/*": ["./*"] - } - } + }, + "types": ["nativewind/types"] + }, + "include": [ + "**/*.ts", + "**/*.tsx", + ".expo/types/**/*.d.ts", + "expo-env.d.ts" + ] }