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
{{ message }}
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
Also does include / exclude support globs? According to http://json.schemastore.org/tsconfig they do. I thought they were just folders & files. Am I wrong?
Suggestion
Perhaps we can remove all files / exclude / include and just filesGlob (big breaking change I know).
Thanks 🌹
The text was updated successfully, but these errors were encountered:
Also does include / exclude support globs? According to http://json.schemastore.org/tsconfig they do. I thought they were just folders & files. Am I wrong?
they did. include is a new entry added in TS 2.0; both include and exclude now support glob patterns. that was merged in a few weeks back, see microsoft/TypeScript#5980
Docs
This section needs better docs : https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tsconfig.json.md#details only mentions
files
/include
.Question
Also does
include
/exclude
support globs? According to http://json.schemastore.org/tsconfig they do. I thought they were justfolder
s &file
s. Am I wrong?Suggestion
Perhaps we can remove all
files
/exclude
/include
and justfilesGlob
(big breaking change I know).Thanks 🌹
The text was updated successfully, but these errors were encountered: