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
rootRoot project directory.
Optional
Readonly
sourceRoot source files directory relative to project root.
Optional
Readonly
targetDirectory containing build targets relative to project root.
Unlike distDir, this one is not supposed to be published at NPM.
Optional
Readonly
toolsDevelopment tools initializers for the project.
Project initialization options.