Should I version control the "typings" directory or should I git-ignore it? #1612
Answered
by
erictraut
danielfalbo
asked this question in
Q&A
-
I mean the type-stubs dir |
Beta Was this translation helpful? Give feedback.
Answered by
erictraut
Mar 10, 2021
Replies: 1 comment
-
It's your choice — depends on your intent. In most cases, I recommend checking it in to the repo so you have repeatable type checking results, even between developers. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
danielfalbo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's your choice — depends on your intent. In most cases, I recommend checking it in to the repo so you have repeatable type checking results, even between developers.