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()
}