Skip to content

Commit 7a2e557

Browse files
committed
chore: try to fix type exports on package.json
1 parent 0e47eac commit 7a2e557

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "1.5.0-rc.5",
44
"description": "JS utility functions to E-Com Plus (not only) related apps",
55
"exports": {
6-
"import": "./dist/esm/index.mjs",
6+
"import": {
7+
"types": "./dist/index.d.ts",
8+
"default": "./dist/esm/index.mjs"
9+
},
710
"require": "./dist/ecom-utils.node.min.js"
811
},
912
"main": "dist/ecom-utils.node.min.js",

0 commit comments

Comments
 (0)