findWorkspaceConfig
function findWorkspaceConfig(startDir): string | null;Defined in: packages/analyzer/src/workspace/config.ts:117
Look for a default-named config file in (or above) the given directory.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
startDir |
string |
Returns
Section titled “Returns”string | null