Merge pull request #48 from Shinigami92/typescript-support
[poolifier.git] / package.json
index 053c681b29a3a04d71ae705768d3a5aefdd35078..801386428e4d88825b6c14244d2a013d8725d3c3 100644 (file)
@@ -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 ",