Skip to content

Commit

Permalink
fix(vue): fix type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed Apr 30, 2024
1 parent 08af4f3 commit fd75385
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"typesVersions": {
"*": {
"progress": ["./dist/progress.d.mts"],
"server": ["./dist/server.d.mts"]
}
},
"files": ["dist"],
"scripts": {
"clean": "rm -rf dist",
Expand Down

0 comments on commit fd75385

Please sign in to comment.