Skip to content

Commit

Permalink
fix(pkg): add types field to the exports (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed May 3, 2023
1 parent bb6ec9b commit 42837e8
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 42837e8

Please sign in to comment.