From 38f7dd4ba1d0ea17f4f4fe1f3a0391ea8556d6e9 Mon Sep 17 00:00:00 2001 From: danisharora099 Date: Wed, 6 Mar 2024 15:12:05 +0530 Subject: [PATCH] chore: fix types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0182f1d..6f414de 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "umd:main": "dist/index.umd.js", "unpkg": "dist/index.umd.js", "source": "src/index.ts", - "types": "dist/src/index.d.ts", + "types": "dist/index.d.ts", "sideEffects": false, "files": [ "dist",