Skip to content

Commit

Permalink
fix: no types exports for ./worker submodule (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
fineshop committed May 31, 2024
1 parent 4ddee35 commit a2d778c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
"default": "./cjs/cached.js"
},
"./package.json": "./package.json",
"./worker": "./worker.js"
"./worker": {
"types": "./types/esm/index.d.ts",
"import": "./worker.js"
}
},
"typesVersions": {
"*": {
Expand Down

0 comments on commit a2d778c

Please sign in to comment.