Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CopyOptions

CopyOptions describes a copy operation required to build a target.

Hierarchy

  • CopyOptions

Index

Properties

Properties

Optional dest

dest: undefined | string

Target directory of the copy, relative to the target output directory. Default: target output directory

files

files: string[]

A list of minimatch patterns

Optional src

src: undefined | string

Base directory of the files to copy. Relative to target.srcDir Default: target.srcDir

Generated using TypeDoc