-
-
Notifications
You must be signed in to change notification settings - Fork 434
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels