You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running borp without additional configurations does not generate the source maps files, even if sourceMap is active in tsconfig.json file.
I know we can achive the goal setting the NODE_OPTIONS enviroment variable before running the tests, somenthing like this
NODE_OPTIONS=--enable-source-maps borp ...
but probably we can automatically set it from borp only if sourceMap=true exists in tsconfig.json.
What do you think about it?
If you think it is ok, i can open a new PR in the next days