Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResolvedDistOptions

Hierarchy

  • ResolvedDistOptions

Index

Properties

Optional afterDist

afterDist: Undertaker.TaskFunction

External task to run after {target}:dist

Optional copy

copy: CopyOptions[]

Copy operations to perform when distributing the package. The default copies the Markdown files at the project root (so you get README.md, LICENSE.md, ...).

The base values are:

  • src: project.root
  • dest: dist.distDir

copySrc

copySrc: boolean

Depending on the value:

  • false: Do not copy the source .ts files
  • true: Copy the source .ts file from target.srcDir to ${target.dist.distDir}/_src. The custom typings are copied to _custom-typings.

Default: true.

distDir

distDir: Furi

Directory used for distribution builds.

Optional npmPublish

npmPublish: NpmPublishOptions

tscOptions

tscOptions: CustomTscOptions

Compiler options for dist builds.

Methods

Optional packageJsonMap

Generated using TypeDoc