Skip to content

Commit 9c1fe45

Browse files
committed
chore: add types field
1 parent d9328de commit 9c1fe45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"description": "wrap a vue component as a web component.",
55
"main": "dist/vue-wc-wrapper.js",
66
"unpkg": "dist/vue-wc-wrapper.global.js",
7+
"types": "types/index.d.ts",
78
"files": [
8-
"dist"
9+
"dist",
10+
"types/*.d.ts"
911
],
1012
"scripts": {
1113
"test": "jest",

0 commit comments

Comments
 (0)