Interface CreateCheckPackageOptions

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

Properties

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