We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc4791 commit e79ab0bCopy full SHA for e79ab0b
1 file changed
package/package.json
@@ -17,15 +17,15 @@
17
},
18
"main": "./lib/commonjs/index.js",
19
"module": "./lib/module/index.js",
20
- "types": "./lib/typescript/commonjs/src/index.d.ts",
+ "types": "./lib/typescript/commonjs/index.d.ts",
21
"exports": {
22
".": {
23
"import": {
24
- "types": "./lib/typescript/module/src/index.d.ts",
+ "types": "./lib/typescript/module/index.d.ts",
25
"default": "./lib/module/index.js"
26
27
"require": {
28
29
"default": "./lib/commonjs/index.js"
30
}
31
0 commit comments