Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompileOptions<TOptions>

Options for compiliation.

Type parameters

  • TOptions

Hierarchy

Index

Properties

Optional baseDirectory

baseDirectory: string

The custom base directory.

Optional exclude

exclude: string | string[]

One or more (glob) patterns that describes the files to EXCLUDE.

Optional files

files: string | string[]

One or more (glob) patterns that describes the files to INCLUDE.

Optional options

options: TOptions

Special options directly for the underlying compiler.

Optional outDirectory

outDirectory: string

The custom directory where to write the output files to.

workspace

workspace: Workspace

The underlying workspace.

Generated using TypeDoc