mirror of
https://github.com/vercel/commerce.git
synced 2025-05-19 16:07:01 +00:00
Updated exports
This commit is contained in:
parent
a23003ebfe
commit
85b02ef9e2
@ -9,18 +9,12 @@
|
|||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
"./*": {
|
"*": "./dist/*"
|
||||||
"types": "./dist/index.d.ts",
|
|
||||||
"import": "./dist/index.jsx"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"typesVersions": {
|
"typesVersions": {
|
||||||
"*": {
|
"*": {
|
||||||
"*": [
|
"*": [
|
||||||
"src/*"
|
"src/*"
|
||||||
],
|
|
||||||
"api": [
|
|
||||||
"src/api/index.ts"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user