-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Allow omitting '/**/*' in include #10578
Milestone
Comments
@riknoll can you take a look. |
DanielRosenwasser
added a commit
to microsoft/TypeScript-Handbook
that referenced
this issue
Sep 27, 2016
the docs, as mentioned in #11425, already declare that this is how it works. FYI! |
I have a section for it in TypeScript deep dive as well : https://basarat.gitbooks.io/typescript/content/docs/project/files.html 🌹 |
ppl keep running into this issue. we need to fix this sooner. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a huge time sink for users who are going to think
is equivalent to
At the very least, we can give a warning.
Of note,
"exclude": "./foo"
seems to be equivalent to"exclude": "./foo/**/*
, so why is there an inconsistency here?The text was updated successfully, but these errors were encountered: