Type Alias: SpellcheckCspellDictionaryOptions
type SpellcheckCspellDictionaryOptions = Readonly<{
configImports?: readonly string[];
cwd: string;
ignoreWordFiles?: readonly string[];
ignoreWords?: readonly string[];
locale?: string;
useDefaultDictionaries?: boolean;
}>;
Defined in: _internal/spellcheck-cspell.ts:78
Options used to build one cspell-backed dictionary collection.