We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481869c commit 1cf7964Copy full SHA for 1cf7964
package.json
@@ -15,11 +15,15 @@
15
"author": "Verite Mugabo <https://veritemugabo.com/>",
16
"type": "module",
17
"main": "./dist/index.cjs",
18
- "module": "./dist/index.js",
19
- "types": "./dist/index.d.ts",
+ "module": "./dist/index.mjs",
+ "types": "./dist/index.d.mts",
20
"exports": {
21
".": {
22
- "import": "./dist/index.js",
+ "types": {
23
+ "import": "./dist/index.d.mts",
24
+ "require": "./dist/index.d.cts"
25
+ },
26
+ "import": "./dist/index.mjs",
27
"require": "./dist/index.cjs"
28
},
29
"./package.json": "./package.json"
0 commit comments