We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
module.d.mts
1 parent 974b2c5 commit be6fafcCopy full SHA for be6fafc
1 file changed
package.json
@@ -10,7 +10,7 @@
10
"type": "module",
11
"exports": {
12
".": {
13
- "types": "./dist/types.d.ts",
+ "types": "./dist/module.d.mts",
14
"import": "./dist/module.mjs",
15
"require": "./dist/module.cjs"
16
},
@@ -21,7 +21,7 @@
21
}
22
23
"main": "./dist/module.cjs",
24
25
"files": [
26
"dist",
27
"utils.d.ts"
0 commit comments