Optional
Readonly
cacheCache directory relative to build target directory.
Optional
Readonly
distDistributable files` directory relative to {@link ProjectConfig#rootDir project root}.
@defaultValue dist
Optional
Readonly
gitignoreHow to manage .gitignore
file.
Either a flag, or custom GitIgnoreFile instance.
Optional
Readonly
npmignoreHow to manage .npmignore
file.
Either a flag, or custom GitIgnoreFile instance.
Optional
Readonly
targetDirectory containing build targets relative to project root.
Unlike distDir, this one is not supposed to be published at NPM.
Project output initialization options.