-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
checkJs should imply allowJs #16738
Labels
Comments
also setting checkJs true and allowJs false should fail to run |
I agree, I was about to make an issue for this myself. |
Fixed in #40275. |
/cc @mhegazy |
Nice! Thanks all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TypeScript Version: 2.3.4
Code
Expected behavior:
typechecks ok with --checkJs
Actual behavior:
TS18003: No inputs were found in config file
The text was updated successfully, but these errors were encountered: