mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
fix: Add package.json exports for react-native (#11623)
This commit is contained in:
parent
6930dab301
commit
6965fa2082
@ -19,6 +19,9 @@
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"react-native": {
|
||||
"default": "./browser/index.js"
|
||||
},
|
||||
"node": {
|
||||
"types": "./index.d.ts",
|
||||
"import": "./index.mjs",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user