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 a5a5244 commit f5d413eCopy full SHA for f5d413e
package.json
@@ -27,6 +27,15 @@
27
"license": "MIT",
28
"author": "Sebastian Landwehr <[email protected]>",
29
"type": "module",
30
+ "exports": {
31
+ ".": {
32
+ "import": {
33
+ "default": "./dist/index.js",
34
+ "types": "./dist/index.d.ts"
35
+ }
36
37
+ },
38
+ "main": "dist/index.js",
39
"files": [
40
"dist"
41
],
0 commit comments