This article here saved my day, thank you for your effort Jolly.exe.
Just to add on it, if you’re installing the latest version of exceljs, then you should install node types on your project.
npm install @types/node
After installing node types, add “node” under “types”: [] on tsconfig.app.json incase configuring tsconfig.json did not work for you.

Reply