From e9250fedc30ce6fc8567d8772998aa0b985f3720 Mon Sep 17 00:00:00 2001 From: TheAks999 Date: Sat, 2 Mar 2024 13:27:07 -0600 Subject: [PATCH] fix: types for typescript (#1) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 297a3c8..1ebadef 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ "exports": { ".": { "import": "./dist/png-rw.js", - "require": "./dist/png-rw.umd.cjs" + "require": "./dist/png-rw.umd.cjs", + "types": "./dist/index.d.ts" } }, "scripts": {