swc_core::base::config

Type Alias Paths

source
pub type Paths = IndexMap<String, Vec<String>, RandomState>;
Available on crate feature __base only.
Expand description

paths section of tsconfig.json.

Aliased Typeยง

struct Paths { /* private fields */ }