diff --git a/scripts/build.mjs b/scripts/build.mjs index 0f4437e90..a392b44d3 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -61,6 +61,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",