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

This commit is contained in:
Thorsten Lünborg
2021-12-06 05:22:59 +01:00
committed by GitHub
parent ee97cf5a4d
commit f8552697fb

View File

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