We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f566df5 commit 4c61256Copy full SHA for 4c61256
index.d.ts index.d.mts
package.json
@@ -16,18 +16,18 @@
16
"node": ">=16.6.0"
17
},
18
"type": "commonjs",
19
- "types": "./index.d.ts",
+ "types": "./index.d.mts",
20
"exports": {
21
".": {
22
23
"import": "./index.mjs",
24
"require": "./dist/index.js"
25
}
26
27
"files": [
28
"dist",
29
"index.mjs",
30
- "index.d.ts"
+ "index.d.mts"
31
],
32
"scripts": {
33
"build": "tsup src/index.ts --format cjs --out-dir dist",
0 commit comments