diff --git a/scripts/build.mjs b/scripts/build.mjs index 2063fe51..a1431d93 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -58,6 +58,8 @@ async function main() { { ...pkg, files: ["dist-*/**", "bin/**"], + main: "./dist-bundle/index.js", + types: "./dist-types/index.d.ts", exports: { ".": { types: "./dist-types/index.d.ts",