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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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", |
|
|
|