Skip to content

Commit 4b1f03c

Browse files
committedMay 1, 2024·
fix(types): cjs/api to use .d.cts
1 parent 084dec0 commit 4b1f03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
".": "./dist/loader.mjs",
2828
"./cjs": "./dist/cjs/index.cjs",
2929
"./cjs/api": {
30-
"types": "./dist/cjs/api/index.d.ts",
30+
"types": "./dist/cjs/api/index.d.cts",
3131
"default": "./dist/cjs/api/index.cjs"
3232
},
3333
"./esm": "./dist/esm/index.mjs",

0 commit comments

Comments
 (0)
Please sign in to comment.