Skip to content

Commit 6483dad

Browse files
committed
chore: add types in exports
1 parent e9160b1 commit 6483dad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"exports": {
1313
".": {
1414
"import": "./dist/vue-local-scope.js",
15-
"require": "./dist/vue-local-scope.umd.cjs"
15+
"require": "./dist/vue-local-scope.umd.cjs",
16+
"types": "./dist/vue-local-scope.d.ts"
1617
}
1718
},
1819
"repository": {

0 commit comments

Comments
 (0)