Skip to content

Commit

Permalink
fix: correctly export types
Browse files Browse the repository at this point in the history
  • Loading branch information
brettdorrans committed Apr 6, 2024
1 parent 99c207e commit 7c122e1
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 @@ -35,7 +35,8 @@
"exports": {
".": {
"import": "./dist/lapidist.es.js",
"require": "./dist/lapidist.umd.js"
"require": "./dist/lapidist.umd.js",
"types": "./dist/index.d.ts"
},
"./style.css": {
"import": "./dist/style.css",
Expand Down

0 comments on commit 7c122e1

Please sign in to comment.