Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompileOptions

LESS compile options.

Hierarchy

Index

Properties

Optional baseDirectory

baseDirectory: string

The custom base directory.

Optional encoding

encoding: string

The encoding of / for the files.

Optional exclude

exclude: string | string[]

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

Optional extension

extension: string

The custom file extension for the output files to use.

Optional files

files: string | string[]

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

Optional options

options: Options

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