Does swc have the equivalent to tsconfig "noEmitOnError" : true ? How can we prevent compiling with errors? #3063
Answered
by
kdy1
YarivGilad
asked this question in
Q&A
-
Does swc has the equivalent to tsconfig "noEmitOnError" : true ? |
Beta Was this translation helpful? Give feedback.
Answered by
kdy1
Dec 18, 2021
Replies: 1 comment 6 replies
-
I think you mean type error (correct if me wrong, it's a guess based on the chat in discord) and as swc does not perform type checking, it's not possible. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
kwonoj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you mean type error (correct if me wrong, it's a guess based on the chat in discord) and as swc does not perform type checking, it's not possible.