Your library compilation option specifies that the compiler external helper (tslib) is needed but it is not installed
After i clone a project to my machine, I did pnpm install then use pnpm running my backend project it with this error:
enter image description here
tslib is installed
my node version is 18.19.1
Does anyone know what is the reason cause this issue?