Skip to content

Commit 8cd2419

Browse files
committed
fix: 🐛 Fix typescript5 introduction error
1 parent 4eb053e commit 8cd2419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"types": "dist/types/index.d.ts",
1010
"exports": {
1111
".": {
12+
"types": "./dist/types/index.d.ts",
1213
"import": "./dist/vue-modal-provider.es.js",
1314
"require": "./dist/vue-modal-provider.cjs.js"
1415
}

0 commit comments

Comments
 (0)