X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=801386428e4d88825b6c14244d2a013d8725d3c3;hb=5e992b90b536fe45e3191000046d2942a9da8c55;hp=053c681b29a3a04d71ae705768d3a5aefdd35078;hpb=80b61305c00c193b495e7ad3b3cb4c1ce7f54496;p=poolifier.git diff --git a/package.json b/package.json index 053c681b..80138642 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.1.0", "description": "Library on top of node js worker threads that implement various worker pools type", "main": "index.js", + "types": "index.d.ts", "scripts": { "build": "npm install", "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ",