Skip to content

Commit

Permalink
fix(package): ensure ref-macros export is recognized by vue-tsc (#5003)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Dec 6, 2021
1 parent ee97cf5 commit f855269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/package.json
Expand Up @@ -34,7 +34,7 @@
},
"./dist/*": "./dist/*",
"./package.json": "./package.json",
"./ref-macros.d.ts": "./ref-macros.d.ts"
"./ref-macros": "./ref-macros.d.ts"
},
"buildOptions": {
"name": "Vue",
Expand Down

0 comments on commit f855269

Please sign in to comment.