Skip to content

Commit

Permalink
types export work
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Sep 3, 2024
1 parent e64c3fb commit d0a55e2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"type": "module",
"exports": {
".": {
"default": "./dist/index.js"
},
"./sw": {
"default": "./dist/sw.js"
"default": "./dist/index.js",
"types": "./dist/types/index.d.ts"
}
},
"license": "AGPL-3.0-or-later",
Expand Down

0 comments on commit d0a55e2

Please sign in to comment.