From 95237c95116b61b5604765c9f8def67d0d0e8e65 Mon Sep 17 00:00:00 2001 From: Rushi Vishavadia Date: Sat, 21 Dec 2024 18:11:06 +0530 Subject: [PATCH] Add types attribute --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c79f3e3a..70886b1f 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "type": "commonjs", "main": "dist/index.js", "module": "dist/index.mjs", + "types": "dist/index.d.ts", "scripts": { "start": "./scripts/storybook", "dev": "./scripts/storybook start --no-manager-cache",