Logo Xantham

CreateProgramOptions Type

Record fields

Record Field Description

CompilerOptions

Full Usage: CompilerOptions

Field type: CompilerOptions
Field type: CompilerOptions

ConfigFileParsingDiagnostics

Full Usage: ConfigFileParsingDiagnostics

Field type: DiagnosticResponse[] voption
Field type: DiagnosticResponse[] voption

ProjectReferences

Full Usage: ProjectReferences

Field type: ProjectReference[] voption
Field type: ProjectReference[] voption

Static members

Static member Description

CreateProgramOptions.Default

Full Usage: CreateProgramOptions.Default

Returns: CreateProgramOptions

The record with nothing set: every field is either optional or a default of its own, so this serialises to `{}`. Copy-update it to fill in the fields you mean - `{ CreateProgramOptions.Default with ... }` - rather than writing all 3 out.

Returns: CreateProgramOptions

Type something to start searching.