Using @nx/js:tsc Batch Mode for Type Checking #21989
bacarybruno
started this conversation in
General
Replies: 1 comment
-
Just came across this as I was investigating/thinking the same, this would be useful if possible |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone 👋
I'm working on a large monorepo and was exploring some ways to speed up the build time.
While investigating potential solutions, I came across @nx/js:tsc batch mode, which seemed promising. I'm particularly interested in running multiple tasks in a single process & leveraging project references. Also incremental mode but I can already do that by passing the right flags.
However, it appears to focus on compilation rather than type checking. I'm curious if there's a method to use this mode for type checking, perhaps by running it in noEmit mode and conducting type checks across the entire workspace, rather than relying on a
main
field. Any insights on this?Beta Was this translation helpful? Give feedback.
All reactions