use window.Worker instead of Worker
window.Worker
Worker
const worker = new window.Worker(stockfishPath);
Typescript error TP1001 when creating a Web Worker in Next.js 15.1.3