Skip to content

Commit

Permalink
chore: update exports (#6513)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang authored Nov 19, 2024
1 parent abefa5b commit a169fba
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@
"types": "./lib/index.d.ts",
"import": "./esm/index.js",
"require": "./lib/index.js"
}
},
"./lib/*": {
"types": "./lib/*.d.ts",
"require": "./lib/*.js"
},
"./esm/*": {
"types": "./lib/*.d.ts",
"import": "./esm/*.js"
},
"./package.json": "./package.json"
},
"sideEffects": [
"./esm/exports.js"
Expand Down

0 comments on commit a169fba

Please sign in to comment.