diff --git a/scripts/build.mjs b/scripts/build.mjs index 4199406..74b256e 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -60,6 +60,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",