This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Provide option to ignore semantic compile errors #171
Open
Description
I keep getting errors about xyz is declared but not used
, which I want to keep because they are useful in the editor during development, but I don't want to see a blank page with this error instead of my app.
TypeScript does not require all semantic errors to be fixed in order to emit JS, so there should be a corresponding option for create-react-app-typescript
to ignore semantic errors during live development.
Metadata
Metadata
Assignees
Labels
No labels