diff --git a/examples/with-react-native-web/packages/ui/tsconfig.json b/examples/with-react-native-web/packages/ui/tsconfig.json index 67c4eb184199d..a22f92c7d2cde 100644 --- a/examples/with-react-native-web/packages/ui/tsconfig.json +++ b/examples/with-react-native-web/packages/ui/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@repo/typescript-config/react-native-library", + "extends": "@repo/typescript-config/react-native-library.json", "include": ["."], "exclude": ["dist", "build", "node_modules"], "compilerOptions": {