Skip to content

Commit 8ecbf91

Browse files
committed
Fix types for Typescript 5.0
1 parent f86761e commit 8ecbf91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"types": "./dist/main.d.ts",
1010
"module": "./dist/src/vue3-components.js",
1111
"exports": {
12-
".": "./dist/src/vue3-components.js",
12+
".": {
13+
"default": "./dist/src/vue3-components.js",
14+
"types": "./dist/main.d.ts"
15+
},
1316
"./css": "./dist/style.css"
1417
},
1518
"sideEffects": false,

0 commit comments

Comments
 (0)