A
A
Alexander2018-12-15 21:17:11
Web development
Alexander, 2018-12-15 21:17:11

How to disable tslint errors when compiling a project?

tslint errors cause a project compilation error. Is it possible to make it so that errors are displayed only in the console, while not blocking the build of the project and displaying it in the browser?
Used the command

create-react-app "example-react-ts" --scripts-version=react-scripts-ts
to create a project.
5c154512311cb471014952.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Demian Smith, 2018-12-15
@saneksa

Can. Add `"defaultSeverity": "warning"` to the tslint config.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question