diff --git a/package.json b/package.json index 467800fc..17a53c4f 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ ], "exports": { "./*": { - "import": "./dist/esm/*", - "require": "./dist/cjs/*" + "import": "./dist/esm/*.js", + "require": "./dist/cjs/*.js" } }, "typesVersions": {