Getting this error: ``` Error: Source "util/Ownable.sol" not found: File outside of allowed directories. import "../util/Ownable.sol"; ``` Usually can be solved with solc using: ``` --allow-paths `pwd`/util ``` But how about your tool?