Skip to main content

Type Alias: SpellcheckCspellDictionaryOptions

SpellcheckCspellDictionaryOptions = Readonly<{ configImports?: readonly string[]; cwd: string; ignoreWordFiles?: readonly string[]; ignoreWords?: readonly string[]; locale?: string; useDefaultDictionaries?: boolean; }>

Defined in: _internal/spellcheck-cspell.ts:80

Options used to build one cspell-backed dictionary collection.