Skip to main content

tsconfig_has_path

Function tsconfig_has_path 

Source
pub fn tsconfig_has_path(src: &str, marker: &str) -> bool
Expand description

True if the tsconfig source already contains a paths marker substring. Substring check (not a JSONC parse) — sufficient because markers are unique.