diff --git a/package.json b/package.json index 9d714b7..f650838 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,14 @@ ], "exports": { ".": { - "types": "./dist/index.d.ts", - "require": "./dist/index.cjs", - "import": "./dist/index.mjs" + "require": { + "types": "./dist/index.d.cts", + "default": "./dist/index.cjs" + }, + "import": { + "types": "./dist/index.d.mts", + "default": "./dist/index.mjs" + } } }, "scripts": {