Documentation for Simbo's Packages
    Preparing search index...

    Interface GetWorkspacePatternsOptions

    Options for getting workspace patterns.

    interface GetWorkspacePatternsOptions {
        workingDir?: string;
    }
    Index

    Properties

    Properties

    workingDir?: string

    The working directory to get the workspace patterns from. Defaults to the current working directory.

    process.cwd()