We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent a71ea0e commit 1d834aeCopy full SHA for 1d834ae
scripts/build.mjs
@@ -61,6 +61,8 @@ async function main() {
61
{
62
...pkg,
63
files: ["dist-*/**", "bin/**"],
64
+ main: "dist-bundle/index.js",
65
+ types: "dist-types/index.d.ts",
66
exports: {
67
".": {
68
types: "./dist-types/index.d.ts",
0 commit comments