Skip to content

Commit f411350

Browse files
committed
tailwind setup
1 parent 438928f commit f411350

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

nativewind-env.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/// <reference types="nativewind/types" />
2+
3+
// NOTE: This file should not be edited and should be committed with your source code. It is generated by NativeWind.

tsconfig.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22
"extends": "expo/tsconfig.base",
33
"compilerOptions": {
44
"strict": true,
5-
65
"baseUrl": ".",
76
"paths": {
8-
"~/*": ["*"]
7+
"~/*": [
8+
"*"
9+
]
910
}
1011
},
11-
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
12-
}
12+
"include": [
13+
"**/*.ts",
14+
"**/*.tsx",
15+
".expo/types/**/*.ts",
16+
"expo-env.d.ts",
17+
"nativewind-env.d.ts"
18+
]
19+
}

0 commit comments

Comments
 (0)