diff --git a/packages/tacacs-plus/package.json b/packages/tacacs-plus/package.json index ed57476..9932b39 100644 --- a/packages/tacacs-plus/package.json +++ b/packages/tacacs-plus/package.json @@ -23,8 +23,14 @@ "exports": { ".": { "types": "./dist/index.d.ts", - "import": "./dist/index.mjs", - "require": "./dist/index.cjs" + "import": { + "types": "./dist/index.d.mts", + "default": "./dist/index.mjs" + }, + "require": { + "types": "./dist/index.d.cts", + "default": "./dist/index.cjs" + } } }, "main": "./dist/index.mjs",