Skip to content

Commit

Permalink
Updated package.json with correct types reference
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAkayy committed Jul 27, 2024
1 parent 417c641 commit a2d2f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dist",
"src"
],
"types": "dist/icons.d.ts",
"types": "dist/icons.d.cts",
"type": "module",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dist",
"src"
],
"types": "dist/pwa.d.ts",
"types": "dist/pwa.d.cts",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit a2d2f3e

Please sign in to comment.