Interface CreateCheckPackageOptions

interface CreateCheckPackageOptions {
    internalWorkspacePkgDirectoryPath?: string;
    isLibrary?: boolean | (pkg: PackageJson) => boolean;
    packageDirectoryPath?: string;
}

Properties

internalWorkspacePkgDirectoryPath?: string
isLibrary?: boolean | (pkg: PackageJson) => boolean
packageDirectoryPath?: string