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.
main
1 parent 01ba6f7 commit d822172Copy full SHA for d822172
scripts/build.mjs
@@ -58,6 +58,8 @@ async function main() {
58
{
59
...pkg,
60
files: ["dist-*/**", "bin/**"],
61
+ main: "./dist-bundle/index.js",
62
+ types: "./dist-types/index.d.ts",
63
exports: {
64
".": {
65
types: "./dist-types/index.d.ts",
0 commit comments