noEmitOnError: false
seems to be ignored -- use plugin option abortOnError
#62
Labels
kind: support
Asking for support with something or a specific use case
solution: already possible
This is already possible / this feature already exists
solution: invalid
This doesn't seem right
What happens and why it is wrong
Semantic errors result in no emit. Adding
noEmitOnError: false
doesn't help.Error:
Versions
rollup.config.js
tsconfig.json
How can I force it to pass through?
ts-ignore
all of them? Fixing those errors is not an option at the moment. Thanks.The text was updated successfully, but these errors were encountered: