We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fc50b commit c2cfe62Copy full SHA for c2cfe62
package.json
@@ -14,12 +14,11 @@
14
"type": "module",
15
"exports": {
16
".": {
17
- "import": "./dist/module.mjs",
18
- "require": "./dist/module.cjs"
+ "import": "./dist/module.mjs"
19
}
20
},
21
- "main": "./dist/module.cjs",
22
- "types": "./dist/types.d.ts",
+ "main": "./dist/module.mjs",
+ "types": "./dist/types.d.mts",
23
"files": [
24
"dist"
25
],
0 commit comments