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" + ] }