We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9afb101 + 2ad58bf commit 70df6eeCopy full SHA for 70df6ee
1 file changed
package.json
@@ -8,11 +8,13 @@
8
"exports": {
9
".": {
10
"types": "./dist/index.d.ts",
11
- "import": "./dist/index.js"
+ "import": "./dist/index.js",
12
+ "default": "./dist/index.js"
13
},
14
"./sdk": {
15
"types": "./dist/sdk/index.d.ts",
- "import": "./dist/sdk/index.js"
16
+ "import": "./dist/sdk/index.js",
17
+ "default": "./dist/sdk/index.js"
18
}
19
20
"bin": {
0 commit comments