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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
}, },
"./dist/*": "./dist/*", "./dist/*": "./dist/*",
"./package.json": "./package.json", "./package.json": "./package.json",
"./ref-macros.d.ts": "./ref-macros.d.ts" "./ref-macros": "./ref-macros.d.ts"
}, },
"buildOptions": { "buildOptions": {
"name": "Vue", "name": "Vue",