Type Alias swc_core::base::config::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 */ }