typescript treat all errors as warnings code example
Example: 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.
You cannot treat all errors as warnings.
You'll need a mix of "// @ts-ignore" and
ignore rules in your tsconfig.json.