Skip to content

Commit

Permalink
fix: add pkg.exports.types
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Apr 29, 2023
1 parent 2fef18b commit 764996f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"sideEffects": false,
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
Expand Down

0 comments on commit 764996f

Please sign in to comment.