-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
This is a huge time sink for users who are going to think
"include": ["./foo/bar"]is equivalent to
"include": ["./foo/bar/**/*"]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?
basarat and aluanhaddad
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue