Go to repository
Internal

Interface PackageManagerBasedOption

The options that expect a package manager

interface PackageManagerBasedOption {
    packageManager?: string;
}

Properties

Properties

Optional
packageManager?: string