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