When I run scribble in terminal on a solidity file with this sort of import path I get an error: import {ISizeAdmin} from "@src/interfaces/ISizeAdmin.sol";
The error is Couldn't find @src/interfaces/ISizeAdmin.sol.
But If I change the path to a full path I do not get an error.
How do I resolve this as it is major overhaul to write full file path?
When I run scribble in terminal on a solidity file with this sort of import path I get an error: import {ISizeAdmin} from "@src/interfaces/ISizeAdmin.sol";
The error is Couldn't find @src/interfaces/ISizeAdmin.sol.
But If I change the path to a full path I do not get an error.
How do I resolve this as it is major overhaul to write full file path?