TypeScript trate todos los errores como advertencias

You cannot treat all errors as warnings.
You'll need a mix of "// @ts-ignore" and
ignore rules in your tsconfig.json.
Long Lobster