Skip to main content

Configuration

Type Alias Configuration 

Source
pub type Configuration = Configuration;

Aliased Type§

pub struct Configuration {
    pub language: String,
    pub collection: String,
    pub source_root: String,
    pub entry_file: String,
    pub exec: String,
    pub monorepo: bool,
    pub compiler_options: CompilerOptions,
    pub generate_options: GenerateOptions,
    pub projects: BTreeMap<String, ProjectConfiguration>,
    pub extra: BTreeMap<String, Value>,
}

Fields§

§language: String§collection: String§source_root: String§entry_file: String§exec: String§monorepo: bool§compiler_options: CompilerOptions§generate_options: GenerateOptions§projects: BTreeMap<String, ProjectConfiguration>§extra: BTreeMap<String, Value>