Skip to content

Commit

Permalink
Fix: added types field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Feb 25, 2024
1 parent a2893da commit 94a5040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 94a5040

Please sign in to comment.