From 94a504049ecb876682c279a6f0f14cdab686ee66 Mon Sep 17 00:00:00 2001 From: Akalanka Perera Date: Sun, 25 Feb 2024 09:49:27 +0530 Subject: [PATCH] Fix: added types field to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4a20e4a..0f288a3 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "React component to draw grid lines in background.", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js", + "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js",