diff --git a/apps/next/tsconfig.json b/apps/next/tsconfig.json index 1fa0f77bd..fb9c9967d 100644 --- a/apps/next/tsconfig.json +++ b/apps/next/tsconfig.json @@ -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/*"] @@ -33,8 +33,7 @@ "completionFilters": { "showColorTokens": true, "showTrueTokens": true, - "custom": { - } + "custom": {} } } ]