Skip to main content

findConfigPath

Summary

Find the path to the mint-tsdocs configuration file

Signature

export declare function findConfigPath(searchFrom?: string): string | undefined;

Parameters

searchFrom

Type: string Optional: Yes Directory to start searching from (default: current directory)

Returns

Type: string | undefined Find the path to the mint-tsdocs configuration file