Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PugCompilerOptions

Pug compiler options.

Hierarchy

Index

Properties

Optional compileDebug

compileDebug: boolean

When (false) no debug instrumentation is compiled.

Optional encoding

encoding: string

The encoding to use.

Optional exclude

exclude: string | string[]

Files to exclude.

Optional extension

extension: string

The extension to use for the output files.

Optional files

files: string | string[]

Files to compile.

Optional pretty

pretty: boolean

Add pretty-indentation whitespace to output.

Generated using TypeDoc