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

Syntax error "Cannot find module './src/interfaces'." #18

Closed larshp closed 5 years ago

larshp commented 5 years ago

When using the typescript definitions, it gives an error "Cannot find module './src/interfaces'."

as "src/interfaces" does not exist in the dist folder,

version 0.2.1, same error for 0.2.0

image