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" ],