Replies: 1 comment
-
|
I mean you usually would want to typecheck the usage to get benefits of static type checking. As codebase grows But if you want to exclude you can just use tsconfig exclude option |
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.
-
Hi there,
Recently, I noticed that my CI is taking more time than usual. After some debugging I realized the problem:
This npm script is taking too long to finish because the generated code is massive. So, how can I exclude it from
tscproperly? 🤔 Probably it's a common problem but I don't see some issue or discussion about it.Beta Was this translation helpful? Give feedback.
All reactions