Skip to content

Commit

Permalink
fixing type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreardon committed May 29, 2024
1 parent 18b5fbf commit a2f7342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"main": "./dist/index.cjs",
"exports": {
"types": {
"import": "./dist/index.d.js",
"require": "./dist/index.d.cjs"
"import": "./dist/index.d.ts",
"require": "./dist/index.d.cts"
},
"import": "./dist/index.js",
"require": "./dist/index.cjs"
Expand Down

0 comments on commit a2f7342

Please sign in to comment.