Skip to content

Commit

Permalink
Remove a couple lingering references to react-native-web-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarscher committed Feb 12, 2024
1 parent 779f21d commit fd4e8d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/next/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"lib": ["dom", "dom.iterable", "esnext"],
"baseUrl": ".",
"paths": {
"react-native": ["react-native-web-lite"],
"react-native": ["react-native-web"],
"app/*": ["../../packages/app/*"],
"@t4/api/*": ["../../packages/api/*"],
"@t4/ui/*": ["../../packages/ui/*"]
Expand Down Expand Up @@ -33,8 +33,7 @@
"completionFilters": {
"showColorTokens": true,
"showTrueTokens": true,
"custom": {
}
"custom": {}
}
}
]
Expand Down

0 comments on commit fd4e8d5

Please sign in to comment.