pub fn tsconfig_has_path(src: &str, marker: &str) -> bool
True if the tsconfig source already contains a paths marker substring. Substring check (not a JSONC parse) — sufficient because markers are unique.
paths