fix: export source files from shared
This commit is contained in:
@@ -6,15 +6,15 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"default": "./dist/index.js"
|
"default": "./src/index.ts"
|
||||||
},
|
},
|
||||||
"./utils": {
|
"./utils": {
|
||||||
"types": "./dist/utils/index.d.ts",
|
"types": "./dist/utils/index.d.ts",
|
||||||
"default": "./dist/utils/index.js"
|
"default": "./src/utils/index.ts"
|
||||||
},
|
},
|
||||||
"./constants": {
|
"./constants": {
|
||||||
"types": "./dist/constants/index.d.ts",
|
"types": "./dist/constants/index.d.ts",
|
||||||
"default": "./dist/constants/index.js"
|
"default": "./src/constants/index.ts"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user