elkjs
elkjs copied to clipboard
node_modules/elkjs/lib/elk-api.d.ts(112,39): error TS2304: Cannot find name 'Worker'
Worker is not defined in the file.
I assume it is import { Worker } from "worker_threads";
and adding this line to the file can solve the problem.