VS Code Disable TS ErrorsDisable / configure TypeScript diagnostics. Usage examplesToggleThis was mainly created for easy reading just-cloned repos that don't have dependencies installed yet (so you don't have bunch of red lines). That's why there is statusbar item that can toggle Per-diagnostic configurationFor projects without typechecking (without jsconfig, js only) you can use Also you can use this setting to disable refactoring hints, such as suggestions for unused variables. Or change severity of errors to warning or hint? Using with tsc-silentIf you still really need to disable specific errors in type-checked projects for some reason, you should use this along with tsc-silent. Support for |