We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5214a13 + 719088c commit 9bb23c3Copy full SHA for 9bb23c3
1 file changed
package.json
@@ -37,7 +37,7 @@
37
"typescript": "^5.0.4"
38
},
39
"scripts": {
40
- "build": "tsup ./src/index.ts --format esm,cjs --out-dir lib",
+ "build": "tsup ./src/index.ts --format esm,cjs --out-dir lib --dts",
41
"compile": "tsc",
42
"coverage": "npm run test -- --coverage",
43
"prepublishOnly": "npm run coverage",
@@ -49,6 +49,7 @@
49
"require": "./lib/index.cjs"
50
}
51
52
+ "types": "./lib/index.d.ts",
53
"main": "./lib/index.js",
54
"license": "MIT",
55
"type": "module"
0 commit comments