Skip to content

Commit

Permalink
fix(vue-vapor): exports types
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 9, 2024
1 parent 6cd9298 commit 9bc333e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/vue-vapor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@
],
"exports": {
".": {
"types": "./dist/vue-vapor.d.ts",
"import": {
"types": "./dist/vue-vapor.d.mts",
"node": "./index.mjs",
"default": "./dist/vue-vapor.runtime.esm-bundler.js"
},
"require": {
"types": "./dist/vue-vapor.d.ts",
"node": {
"production": "./dist/vue-vapor.cjs.prod.js",
"development": "./dist/vue-vapor.cjs.js",
"default": "./index.js"
},
"default": "./index.js"
}
},
Expand Down

0 comments on commit 9bc333e

Please sign in to comment.