Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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.
 
PREVIOUS NEXT
Tagged: #typescript #treat #errors #warnings
ADD COMMENT
Topic
Name
1+3 =