Skip to content

Commit f855269

Browse files
authored
fix(package): ensure ref-macros export is recognized by vue-tsc (#5003)
1 parent ee97cf5 commit f855269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"./dist/*": "./dist/*",
3636
"./package.json": "./package.json",
37-
"./ref-macros.d.ts": "./ref-macros.d.ts"
37+
"./ref-macros": "./ref-macros.d.ts"
3838
},
3939
"buildOptions": {
4040
"name": "Vue",

0 commit comments

Comments
 (0)