diff --git a/scripts/build.mjs b/scripts/build.mjs index facd8b2..fde4798 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -66,6 +66,7 @@ async function main() { ".": { types: "./dist-types/index.d.ts", import: "./dist-bundle/index.js", + // Tooling currently are having issues with the "exports" field when there is no "default", ex: TypeScript, eslint, ncc default: "./dist-bundle/index.js", } },