Skip to content

Commit

Permalink
Export types in module
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Chaudhary <harsha@boclips.com>
  • Loading branch information
edwardecook authored and harshac committed Dec 9, 2024
1 parent f4391d4 commit 0286504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"type": "module",
"exports": {
".": {
"import": "./dist/boclips-ui.js"
"import": "./dist/boclips-ui.js",
"types": "./dist/lib/main.d.ts"
},
"./style.css": "./dist/style.css",
"./styles/*": "./dist/styles/*"
Expand Down

0 comments on commit 0286504

Please sign in to comment.