The root directory of the project from where the build process starts. This path should be a string representing a valid file system path.
The output directory where the build process will place generated files. This path should be a string representing a valid file system path.
The path to the tsconfig.json
file that will be used during the build process.
This path should be a string representing a valid file system path relative
to the rootDir.
Configuration options for minification process.
Generated using TypeDoc v0.25.12
Interface representing the configuration options for the build process.
Since
0.1.0