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
I'd like to be able to ignore typescript errors/diagnostics for certain files (or only reporting errors for certain files).
This feature is available in at-loader as reportFiles. This can be useful when some type definitions contain errors that do not otherwise break the application. In this case it can be useful to squelch them while waiting for upstream to fix the issue.
Actual Behaviour
ts-loader reports all errors and we can only filter out some specific diagnostics but this is global.
The text was updated successfully, but these errors were encountered:
Go for it! I suspect it's fairly simple to implement; don't worry about failing tests. Feel free to PR when you've got something up and running and we can iterate together on that as we need to.
Expected Behaviour
I'd like to be able to ignore typescript errors/diagnostics for certain files (or only reporting errors for certain files).
This feature is available in at-loader as
reportFiles
. This can be useful when some type definitions contain errors that do not otherwise break the application. In this case it can be useful to squelch them while waiting for upstream to fix the issue.Actual Behaviour
ts-loader reports all errors and we can only filter out some specific diagnostics but this is global.
The text was updated successfully, but these errors were encountered: