-
Notifications
You must be signed in to change notification settings - Fork 48
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
Feature request: respect 'noEmitOnError' #29
Comments
This was already discussed in #15 I would very much like to be able to provide this as an option. If you can overcome the following problems I'd gladly accept a PR for the feature:
|
For reference, there are quite a few issues on the TS repo documenting the difference between |
I think the workaround for this problem which is here #15 (comment) should be mentioned in README etc because this prevents developer to commit shit to the code base :D |
Hi,
It's super nice to see this happening!
noEmitOnError is the one of the main reasons we're using TypeScript.
It'd be great if the packager would fail the build if there's a type error - that's currently the expected way according to everyone who's working on this project.
We'd be happy to even submit a PR for this. Will/would it be accepted?
Thank you!
The text was updated successfully, but these errors were encountered: