swc_config/
lib.rs

1
2
3
4
5
6
//! Configuration for swc

#[macro_use]
mod macros;
pub mod config_types;
pub mod merge;