mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update exports field to include the types entry (#50974)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50974 Changelog: [Internal] Reviewed By: huntie Differential Revision: D73835331 fbshipit-source-id: dc5002287408177db527140db967928a7714cf56
This commit is contained in:
committed by
Facebook GitHub Bot
parent
46ddb604d9
commit
d2556c3cbd
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user