Skip to content

Commit

Permalink
fix: Fix types for TypeScript 4.7 (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Fuentes <carlos.fuentes.rios.95@gmail.com>
Co-authored-by: Carlos Fuentes <me@metcoder.dev>
  • Loading branch information
3 people committed Jun 21, 2023
1 parent 96f0570 commit a38fb29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A fast, efficient Node.js Worker Thread Pool implementation",
"main": "./dist/src/index.js",
"exports": {
"types": "./dist/src/index.d.ts",
"import": "./dist/esm-wrapper.mjs",
"require": "./dist/src/index.js"
},
Expand Down

0 comments on commit a38fb29

Please sign in to comment.