Home > @rushstack/node-core-library > IPathFormatConciselyOptions > trimLeadingDotSlash
IPathFormatConciselyOptions.trimLeadingDotSlash property
If set to true, don't include the leading ./
if the path is under the base folder.
Signature:
trimLeadingDotSlash?: boolean;