We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d134b04 + 282ee63 commit b68f58aCopy full SHA for b68f58a
1 file changed
package.json
@@ -42,6 +42,9 @@
42
},
43
"exports": {
44
".": {
45
+ "import": "./dist/index.js",
46
+ "require": "./dist/index.js",
47
+ "default": "./dist/index.js",
48
"types": "./dist/index.d.ts",
49
"svelte": "./dist/index.js"
50
}
0 commit comments