Answers for "typescript treat all errors as warnings"

0

typescript treat all errors as warnings

You cannot treat all errors as warnings.
You'll need a mix of "// @ts-ignore" and
ignore rules in your tsconfig.json.
Posted by: Guest on June-08-2021

Code answers related to "typescript treat all errors as warnings"

Browse Popular Code Answers by Language