-
-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript errors aren't being reported #205
Comments
See this comment on |
|
@MarshallOfSound fair. But if I do actually want to see my compile errors without manually opening each file what option do I have with forge? |
@paarthenon You can use |
@paarthenon I'd just set up your |
Please describe your issue:
Hello,
In adapting one of my projects to use electron-forge I noticed I wasn't receiving compile errors when I should be. Exploring the issue I found that projects created with the react-typescript template do not throw any kind of compile errors for typescript code through
electron-forge start
orelectron-forge lint
or evenelectron-forge make
.I've got a test repository here that shows this in action. This repository was created using
I've deliberately introduced compile errors by adding the line
to both the src/app.tsx and src/index.ts. These errors are never reported.
I've posted this issue here because I'm unfamiliar with the project and don't know if this is relevant to the forge cli tool or its react-typescript template. If this needs to be resubmitted elsewhere please let me know.
The text was updated successfully, but these errors were encountered: