pub fn plugin_tsconfig_paths(
plugins: &[InstalledPlugin],
) -> HashMap<String, String>Expand description
Build plugin module path mappings for tsconfig.json.
Returns a map of import specifier → .d.ts path (relative to project root).
pub fn plugin_tsconfig_paths(
plugins: &[InstalledPlugin],
) -> HashMap<String, String>Build plugin module path mappings for tsconfig.json.
Returns a map of import specifier → .d.ts path (relative to project root).