Skip to content

Commit

Permalink
fix: ignore type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
cjboy76 committed Jul 17, 2023
1 parent 0ec0018 commit 9fe93d9
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 @@ -23,7 +23,8 @@
"exports": {
".": {
"import": "./lib/vue-sonner.js",
"require": "./lib/vue-sonner.umd.cjs"
"require": "./lib/vue-sonner.umd.cjs",
"types": "./lib/index.d.ts"
}
},
"sideEffects": [
Expand Down

0 comments on commit 9fe93d9

Please sign in to comment.