Skip to content

Commit 0e08925

Browse files
authored
fix: adds ESM export of types
Fixes #1456; see also microsoft/TypeScript#47792
1 parent 60c375d commit 0e08925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/router/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"types": "dist/vue-router.d.ts",
99
"exports": {
1010
".": {
11+
"types": "dist/vue-router.d.ts",
1112
"node": {
1213
"import": {
1314
"production": "./dist/vue-router.prod.cjs",

0 commit comments

Comments
 (0)