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 06b4e0d commit 2ba69aeCopy full SHA for 2ba69ae
package.json
@@ -7,9 +7,9 @@
7
"types": "./lib/typescript/src/index.d.ts",
8
"exports": {
9
".": {
10
- "source": "./src/index.tsx",
11
- "types": "./lib/typescript/src/index.d.ts",
12
- "default": "./lib/module/index.js"
+ "import": "./lib/module/index.js",
+ "require": "./lib/module/index.js",
+ "types": "./lib/typescript/src/index.d.ts"
13
},
14
"./package.json": "./package.json"
15
0 commit comments