Skip to content

ValidateDeclarationsOptions

Options for validateDeclarations.

Import:

import type { ValidateDeclarationsOptions } from 'obsidian-dev-utils/script-utils/validate-declarations';

Signature:

export interface ValidateDeclarationsOptions

Properties

PropertyTypeDescription
isVerbose?booleanWhen true, the ignored node_modules diagnostics are printed in full in addition to their count, so they can be inspected. When omitted or false, only the count is printed.

Links to this page: