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

Remove all ts-ignore in vue, tighten typings #11547

Closed
wants to merge 2 commits into from

Commits on Jul 15, 2020

  1. remove all ts-ignore in vue, tighten typings

    Less any, more explicit types and type checks
    Turned on noImplicitReturns, strict, explicit-function-return-type (vue)
    Andy Brenneke committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    49f4a3a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Pin typescript to 3.9.6

    Andy Brenneke committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    6aa02ef View commit details
    Browse the repository at this point in the history