Documentation
    Preparing search index...
    SupportedPackageManager: "npm" | "yarn" | "yarn@berry" | "pnpm" | "bun"

    The supported package managers for installing packages and managing lockfiles. Each package manager has specific lockfiles and install commands.

    const packageManager: SupportedPackageManager = 'pnpm'

    // Used in bundler configuration
    const bundler = new Bundler(cwd, ts, { packageManager: 'yarn@berry' })