From e1ffa2b03c89a420c7354078c212da9dccc2ed2d Mon Sep 17 00:00:00 2001 From: Hisham Ali Date: Fri, 8 Aug 2025 23:19:30 -0500 Subject: [PATCH] fix: Add package.json types declaration Added the "types" property in the package.json to include the type declarations: https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0b06654..ddc380a 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "typescript": { "definitions": "index.d.ts" }, + "types": "index.d.ts", "mocha": { "require": [ "ts-node/register",