cc-everywhere

Type Alias: TargetsConfig

type TargetsConfig = object;

Configuration for target URLs. Contains a base property that maps Target types to their base URLs.

Properties

base

base: Record<Target, string>;