Skip to content

Commit 42cb39c

Browse files
committed
chore: 🔧 package.json
1 parent e4ab410 commit 42cb39c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@
88
"types": "./dist/index.d.ts",
99
"exports": {
1010
".": {
11-
"import": "./dist/index.es.js",
12-
"require": "./dist/index.umd.js"
11+
"types": "./dist/index.d.ts",
12+
"import": {
13+
"types": "./dist/index.d.ts",
14+
"default": "./dist/index.es.js"
15+
},
16+
"require": {
17+
"types": "./dist/index.d.ts",
18+
"default": "./dist/index.umd.js"
19+
}
1320
}
1421
},
1522
"type": "module",

0 commit comments

Comments
 (0)