nestrs-cli-rs 0.1.0

Rust port of the Nest CLI for the nestrs organization.
Documentation
//! Upstream source: `../nest-cli/lib/configuration/configuration.ts`.

pub type ActionOnFile = super::ActionOnFile;
pub type Asset = super::Asset;
pub type AssetEntry = super::AssetEntry;
pub type Builder = super::Builder;
pub type CompilerOptions = super::CompilerOptions;
pub type GenerateOptions = super::GenerateOptions;
pub type GenerateSpec = super::GenerateSpec;
pub type Plugin = super::Plugin;
pub type PluginOptions = super::PluginOptions;
pub type ProjectConfiguration = super::ProjectConfiguration;
pub type SwcBuilderOptions = super::SwcBuilderOptions;
pub type TscBuilderOptions = super::TscBuilderOptions;
pub type WebpackBuilderOptions = super::WebpackBuilderOptions;

pub fn default_compiler_options() -> CompilerOptions {
    super::CompilerOptions::default()
}