Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): Hide @types/yargs types from types #2907

Merged
merged 1 commit into from
Jun 18, 2019
Merged

Commits on Jun 18, 2019

  1. fix(cli): Hide @types/yargs types from types

    The settings.d.ts file was referencing `yargs`, but in fact only using the
    `yargs.Arguments` type as a stand-in for a `{ [key: string]: unknown }` alias.
    Replaced with the more restrictive type so we do not have an exported
    dependency on `yargs` types.
    
    Fixes #2895
    RomainMuller committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    ae01c15 View commit details
    Browse the repository at this point in the history