Type Alias swc::config::Paths

source ·
pub type Paths = IndexMap<String, Vec<String>, ARandomState>;
Expand description

paths section of tsconfig.json.

Aliased Type§

struct Paths { /* private fields */ }