From a1c02cb7cef7fe5fe57f693057327d76bc43d5d8 Mon Sep 17 00:00:00 2001 From: Sharif Mahmoud Date: Wed, 17 Dec 2025 09:30:24 +0400 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 407788e..35a9861 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ ], "type": "module", "source": "./src/country-coder.ts", + "types": "./dist/country-coder.d.ts", "exports": { "bun": "./src/country-coder.ts", "types": "./dist/country-coder.d.ts",