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
All files in the directory and subdirectory are included if files is omitted from tsconfig.json. This typically results in some errors of some sort as all kinds of crap can get added (TypeScript lib files, for instance). I think it might be useful to detect this condition and just print a simple warning.
The text was updated successfully, but these errors were encountered:
In TypeScript 1.6 there is an option to exclude directories when you do not specify the files property - see microsoft/TypeScript#3043. So if this is implemented it needs to take the exclude property into acount.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
All files in the directory and subdirectory are included if
files
is omitted from tsconfig.json. This typically results in some errors of some sort as all kinds of crap can get added (TypeScript lib files, for instance). I think it might be useful to detect this condition and just print a simple warning.The text was updated successfully, but these errors were encountered: