Replies: 1 comment
-
We might want to think about this a little more holistically across commands that do similar things. A standard flag may be better, eg |
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
Uh oh!
There was an error while loading. Please reload this page.
-
useProjectReferences
is great, but we also want to check if everything is correct in a lint task and in CI, and currently there's no way to do that without potentially writing to disk.Alternatively, instead of
tsc verify
, an option allowing the plugin to write could be added (defaulting tofalse
).Beta Was this translation helpful? Give feedback.
All reactions