This makes relative outDir and other file path options not ignored when they point to the working directory.
No tests are failed.
Another way to fix this is to use `options.somePathOprtion !== undefined` check everywhere, but it would be a more complex change.
What do you think?