When compiling a TypeScript project that refers to this package, I get the following error: ``` node_modules/web-worker/index.d.ts:3:39 - error TS2304: Cannot find name 'Worker'. 3 declare const _default: ConstructorOf<Worker> ~~~~~~ ```