Skip to content

Commit

Permalink
included tsconfig-paths in worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kgkg authored Jan 20, 2022
1 parent 1dd267f commit 518f21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const { workerData } = require('worker_threads');

require('ts-node').register();
require("tsconfig-paths").register();

require(workerData.path);

0 comments on commit 518f21f

Please sign in to comment.