Home > @ricado/version-file > IVersionFileConfigOptions
IVersionFileConfigOptions interface
Available Configuration Options for the VersionFileGenerator.
Signature:
export interface IVersionFileConfigOptions
Properties
| Property | Type | Description |
|---|---|---|
| outputFile | string | The path and filename of where to store the output |
| packageFile | string | The path to the package.json. |
| template | string | The path to your template file (.ejs) or a EJS template string. |