diff --git a/packages/react-native/package.json b/packages/react-native/package.json index cc4fa62854a..4da1e5441b0 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -32,11 +32,13 @@ ".": { "react-native-strict-api": "./types_generated/index.d.ts", "react-native-strict-api-UNSAFE-ALLOW-SUBPATHS": "./types_generated/index.d.ts", + "types": "./types/index.d.ts", "default": "./index.js" }, "./*": { "react-native-strict-api": null, "react-native-strict-api-UNSAFE-ALLOW-SUBPATHS": "./types_generated/*.d.ts", + "types": "./*.d.ts", "default": "./*.js" }, "./*.js": {