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
Copy the sources from target.srcDir
to target.dist.distDir
. Default: true
.
Directory used where the distribution builds will be written.
Relative to project.root
Default: join(project.distDir, target.name)
Compiler options for dist builds.
The resolved options with be the result of merging the simple build options (base) with the dist options (override).
The default value is {declaration: true}
.
Optional function to apply when copying the package.json
file to the dist directory.
Generated using TypeDoc
External task to run after
{target}:dist