We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9a3a1 commit 02c0f92Copy full SHA for 02c0f92
1 file changed
packages/sdk/package.json
@@ -22,9 +22,14 @@
22
"types": "./dist/index.d.ts",
23
"exports": {
24
".": {
25
- "types": "./dist/index.d.ts",
26
- "import": "./dist/index.js",
27
- "require": "./dist/index.cjs"
+ "import": {
+ "types": "./dist/index.d.ts",
+ "default": "./dist/index.js"
28
+ },
29
+ "require": {
30
+ "types": "./dist/index.d.cts",
31
+ "default": "./dist/index.cjs"
32
+ }
33
},
34
"./package.json": "./package.json"
35
0 commit comments