Skip to content

Commit

Permalink
Add typings to package.json export (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
indratjhai committed Feb 19, 2024
1 parent f32ad22 commit fa74340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"exports": {
".": {
"import": "./dist/vue-stripe.es.js",
"require": "./dist/vue-stripe.umd.js"
"require": "./dist/vue-stripe.umd.js",
"types": "./types/vue-stripe.d.ts"
}
},
"types": "./types/vue-stripe.d.ts",
Expand Down

0 comments on commit fa74340

Please sign in to comment.