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