Skip to content

Commit

Permalink
fix: ensure ref-macros export is recognized by vue-tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Nov 26, 2021
1 parent 2d4f455 commit d00074e
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 d00074e

Please sign in to comment.