Skip to content

Commit

Permalink
fixes problem with types exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
milawicki committed Jan 29, 2025
1 parent bd90746 commit c144c76
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
".": {
"module": "./dist/vuex.esm-bundler.js",
"require": "./dist/vuex.cjs.js",
"import": "./dist/vuex.mjs"
"import": {
"default": "./dist/vuex.mjs",
"types": [
"./types/index.d.ts",
"./types/helpers.d.ts",
"./types/logger.d.ts",
"./types/vue.d.ts"
]
}
},
"./*": "./*",
"./": "./"
Expand Down

0 comments on commit c144c76

Please sign in to comment.