wilk / microjob

A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads.
https://wilk.github.io/microjob/
MIT License
2.02k stars 47 forks source link

typescript declarations #20

Closed larshp closed 5 years ago

larshp commented 5 years ago

Hi, Suggest adding "declaration": true, under compilerOptions in tsconfig.json, this will automatically generate the d.ts files, so that the index.d.ts file is not needed anymore

wilk commented 5 years ago

Added, thanks 💪