Skip to content

Commit 8686635

Browse files
authoredDec 19, 2024··
feat: add default to conditional exports (#191)
1 parent acec1c3 commit 8686635

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎packages/cloudflare/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"exports": {
1818
".": {
1919
"import": "./dist/api/index.mjs",
20-
"types": "./dist/api/index.d.mts"
20+
"types": "./dist/api/index.d.mts",
21+
"default": "./dist/api/index.mjs"
2122
}
2223
},
2324
"files": [

0 commit comments

Comments
 (0)