From bfea51ea7a6630d0db43b210b3a2937d0303ae5a Mon Sep 17 00:00:00 2001 From: Wlad Paiva Date: Sun, 27 Oct 2024 11:22:33 -0300 Subject: [PATCH] Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c02b697..59445a9 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "exports": { ".": { "require": "./dist/cjs/index.cjs", - "import": "./dist/cjs/index.cjs" + "import": "./dist/cjs/index.cjs", + "types": "./dist/types/index.d.ts" } }, "description": "Module for integration with Efi Bank API", @@ -51,4 +52,4 @@ "typescript": "^4.3.5", "undici": "^6.19.2" } -} \ No newline at end of file +}