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
Depending on the value:
false
: Do not copy the source .ts
filestrue
: Copy the source .ts
file from target.srcDir
to ${target.dist.distDir}/_src
. The custom typings are
copied to _custom-typings
.Default: true
.
Directory used for distribution builds.
Compiler options for dist builds.
Optional function to apply when copying the package.json
file to the dist directory.
Generated using TypeDoc
External task to run after
{target}:dist