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

Add support for raising if you set a tsconfig entry of target/module with the right setting in the root #44964

Merged
merged 5 commits into from
Sep 8, 2021

Commits on Jul 9, 2021

  1. Add support for raising if you set a tsconfig entry of target/module …

    …with the right setting in the root
    orta committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    dec9b74 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Switch to check for any compiler option in the root which doesn't inc…

    …lude compilerOptions
    orta committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    b0c822c View commit details
    Browse the repository at this point in the history
  2. Get green

    orta committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    db1c5d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Apply suggestions from code review

    Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
    orta and andrewbranch committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    ebb5ed7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Update src/compiler/commandLineParser.ts

    Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
    orta and DanielRosenwasser committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    bc0898c View commit details
    Browse the repository at this point in the history