Skip to content

Commit ba3c319

Browse files
authored
feat: export vue-i18n.d.ts type definition (#21)
1 parent dce85c4 commit ba3c319

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vue-i18n-routing/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
"require": "./dist/vue-i18n-routing.js",
8787
"types": "./dist/vue-i18n-routing.d.ts"
8888
},
89+
"./vue-i18n": {
90+
"types": "./dist/vue-i18n.d.ts"
91+
},
8992
"./types": {
9093
"types": "./types.d.ts"
9194
},

0 commit comments

Comments
 (0)