You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this but there are two issues with your implementation (as per the original referenced TypeScript pull request):
the property name is exclude and not excludes
it does not use glob patterns (unless I'm mistaken, your implementation requires values such as node_modules/** which are not supported by TypeScript's implementation)
See microsoft/TypeScript#3188
The text was updated successfully, but these errors were encountered: