From 81459e1fb8d4adb69e258158b261e12b2b360b50 Mon Sep 17 00:00:00 2001 From: Kamsiyonna Date: Fri, 23 Aug 2024 15:21:44 +0100 Subject: [PATCH] Revert "fix - Corrected types field path in package.json" This reverts commit 5e8c495c2f206369e1103d5ed88c07c835ea0b8a. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 238e7da..761ca34 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A versatile TypeScript utility package that provides a collection of essential functions to enhance your TypeScript projects.", "main": "./dist/index.js", "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", + "types": "index.d.ts", "files": [ "dist" ],