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 511d784 commit 6113f4bCopy full SHA for 6113f4b
package.json
@@ -18,10 +18,6 @@
18
"exports": {
19
"./package.json": "./package.json",
20
".": {
21
- "node": {
22
- "types": "./cjs/index.d.ts",
23
- "default": "./cjs/index.js"
24
- },
25
"require": {
26
"types": "./cjs/index.d.ts",
27
"default": "./cjs/index.js"
@@ -32,10 +28,6 @@
32
28
}
33
29
},
34
30
"./*": {
35
36
- "types": "./cjs/*.d.ts",
37
- "default": "./cjs/*.js"
38
39
31
40
"types": "./cjs/*.d.ts",
41
"default": "./cjs/*.js"
test/tsconfig.json
@@ -3,6 +3,8 @@
3
"compilerOptions": {
4
"jsx": "react-jsx",
5
"lib": ["DOM", "ESNext"],
6
+ "moduleResolution": "bundler",
7
+ "module": "esnext",
8
"rootDir": ".."
9
10
"include": ["../src", "."]
0 commit comments