Browse Source

fix(package): ensure ref-macros export is recognized by vue-tsc (#5003)

pull/5066/head
Thorsten Lünborg 4 years ago
committed by GitHub
parent
commit
f8552697fb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/vue/package.json

2
packages/vue/package.json

@ -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",

Loading…
Cancel
Save