Skip to content

Commit

Permalink
fix(package): add types to exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Oct 17, 2023
1 parent 4769968 commit 6d37b8c
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 @@
"main": "cjs/index.js",
"module": "esm/index.mjs",
"exports": {
"types": "./cjs/index.d.ts",
"import": "./esm/index.mjs",
"require": "./cjs/index.js"
},
Expand Down

0 comments on commit 6d37b8c

Please sign in to comment.