Skip to content

Commit

Permalink
fix(types): add types to package export (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
mater1996 committed Sep 23, 2022
1 parent 7e71142 commit 39f2036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -19,6 +19,7 @@
"exports": {
".": {
"import": "./dist/vue-composition-api.mjs",
"types": "./dist/vue-composition-api.d.ts",
"require": "./index.js"
},
"./*": "./*"
Expand Down

0 comments on commit 39f2036

Please sign in to comment.