diff --git a/scripts/build.mjs b/scripts/build.mjs index c66fe7f..d30729d 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -61,7 +61,7 @@ async function main() { types: "dist-types/index.d.ts", exports: { ".": { - types: "./dist-src/index.js", + types: "./dist-types/index.d.ts", import: "./dist-src/index.js", }, },