CreateLanguageServiceHostParams
Parameters for createLanguageServiceHost.
Import:
import type { CreateLanguageServiceHostParams } from 'obsidian-dev-utils/script-utils/linters/over-exposure';Signature:
export interface CreateLanguageServiceHostParamsProperties
| Property | Type | Description |
|---|---|---|
| compilerOptions | CompilerOptions | The compiler options. |
| fileNames | readonly string[] | The files to include in the program. |
| fileSystem | OverExposureFileSystem | The file-system operations used to read sources. |
Links to this page: