We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent f11e7f1 commit 1aea850Copy full SHA for 1aea850
scripts/build.mjs
@@ -50,6 +50,8 @@ async function main() {
50
{
51
...pkg,
52
files: ["dist-*/**", "bin/**"],
53
+ main: "./dist-src/index.js",
54
+ types: "./dist-types/index.d.ts",
55
exports: {
56
".": {
57
types: "./dist-types/index.d.ts",
0 commit comments