Skip to content

Commit 39f2036

Browse files
authored
fix(types): add types to package export (#968)
1 parent 7e71142 commit 39f2036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"exports": {
2020
".": {
2121
"import": "./dist/vue-composition-api.mjs",
22+
"types": "./dist/vue-composition-api.d.ts",
2223
"require": "./index.js"
2324
},
2425
"./*": "./*"

0 commit comments

Comments
 (0)