Skip to content

findUnknownTopLevelKeys

findUnknownTopLevelKeys(raw): string[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/schema.ts:896

Return the top-level keys present in raw that are not part of the known config surface. KNOWN deprecated names are rejected earlier by findDeprecatedConfigIssues (the entry points short-circuit on those), so a key that reaches here is a genuinely unknown key (a likely typo) that only warrants a warning.

Record<string, unknown>

string[]