Skip to content

CreateLanguageServiceHostParams

Parameters for createLanguageServiceHost.

Import:

import type { CreateLanguageServiceHostParams } from 'obsidian-dev-utils/script-utils/linters/over-exposure';

Signature:

export interface CreateLanguageServiceHostParams

Properties

PropertyTypeDescription
compilerOptionsCompilerOptionsThe compiler options.
fileNamesreadonly string[]The files to include in the program.
fileSystemOverExposureFileSystemThe file-system operations used to read sources.

Links to this page: