viniciusestevam / ts-worker

:construction_worker: A simple shorthand to use Node worker_threads with Typescript.
3 stars 1 forks source link

dep should change can work #1

Open ewrfedf opened 3 years ago

ewrfedf commented 3 years ago

"devDependencies": { "@types/node": "^13.7.1", "@types/callsite": "^1.0.30", "ts-node": "3.3.0", "typescript": "3.7.5", "callsite": "^1.0.0" },

robbiemu commented 3 years ago

these could just be peer dependencies.. I had to install ts-node and callsite manually