chore: configure nativewind styling

This commit is contained in:
baizhi958216
2026-06-30 13:57:25 +08:00
parent c00a8c6ff6
commit c750bd4c94
9 changed files with 52 additions and 18 deletions
+4 -2
View File
@@ -1,6 +1,7 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"jsxImportSource": "nativewind",
"strict": true,
"paths": {
"@/*": [
@@ -21,6 +22,7 @@
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
"expo-env.d.ts",
"nativewind-env.d.ts"
]
}
}