Skip to content

Commit

Permalink
fix(types): cjs/api to use .d.cts
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed May 1, 2024
1 parent 084dec0 commit 4b1f03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
".": "./dist/loader.mjs",
"./cjs": "./dist/cjs/index.cjs",
"./cjs/api": {
"types": "./dist/cjs/api/index.d.ts",
"types": "./dist/cjs/api/index.d.cts",
"default": "./dist/cjs/api/index.cjs"
},
"./esm": "./dist/esm/index.mjs",
Expand Down

0 comments on commit 4b1f03c

Please sign in to comment.