ValidateDeclarationsOptions
Options for validateDeclarations.
Import:
import type { ValidateDeclarationsOptions } from 'obsidian-dev-utils/script-utils/validate-declarations';Signature:
export interface ValidateDeclarationsOptionsProperties
| Property | Type | Description |
|---|---|---|
| isVerbose? | boolean | When 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: