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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,14 @@ List of typescript diagnostic codes to ignore.
79
79
***ignoreLints**`string[]`:
80
80
List of tslint rule names to ignore.
81
81
82
+
***reportFiles**`string[]`:
83
+
Only report errors on files matching these glob patterns. This can be useful when certain types definitions have errors that are not fatal to your application. Default: `[]`.
0 commit comments