TypeScript processors are not working anymore
Created by: victordidenko
Prior to version 3.4.7 I could use .ts file as separate thread processor. In version 3.4.8 this is impossible, I guess, because of this line
handler + (path.extname(handler) === '.js' ? '' : '.js');
So now I get error
File .../index.ts.js does not exist