We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent ab32968 commit 47c32cbCopy full SHA for 47c32cb
scripts/build.mjs
@@ -74,6 +74,8 @@ async function main() {
74
{
75
...pkg,
76
files: ["dist-*/**", "bin/**"],
77
+ main: "./dist-node/index.js",
78
+ types: "./dist-types/index.d.ts",
79
exports: {
80
".": {
81
node: {
0 commit comments