mirror of
https://github.com/uni-stack/uniwind.git
synced 2026-09-14 20:07:03 +08:00
2e857894e9
* chore: update deps in expo-example and bare * chore: partially update expo-router * chore: update mmkv in expo-router example * chore: update some minor deps * chore: format
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"react-native": ["./node_modules/react-native"]
|
|
}
|
|
}
|
|
}
|