mirror of
https://github.com/nvms/prsm.git
synced 2025-12-16 08:00:53 +00:00
fix exports
This commit is contained in:
parent
bd34ffdbde
commit
89397d1314
@ -17,14 +17,14 @@
|
|||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"require": "./dist/index.cjs",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.js",
|
"import": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts"
|
"require": "./dist/index.cjs"
|
||||||
},
|
},
|
||||||
"./input": {
|
"./input": {
|
||||||
"require": "./dist/index.cjs",
|
"types": "./dist/packages/input/index.d.ts",
|
||||||
"import": "./dist/index.js",
|
"import": "./dist/packages/input/index.js",
|
||||||
"types": "./dist/index.d.ts"
|
"require": "./dist/packages/input/index.cjs"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user