@nx/js:tsc
add noEmit
option support
#28356
kirill-galimov-plutotv
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
It would be great to have a
noEmit
option in @nx/js:tsc so we could use it fortypecheck
target.Motivation
In this case, instead of using
nx:run-commands
we could do this:It also seems like it would either cover this long-lived issue: #3664
Beta Was this translation helpful? Give feedback.
All reactions