Why do we need --force for vue-tsc? #11834
Unanswered
jemdiggity
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vue-create by default uses the following for the type-check script:
"type-check": "vue-tsc --build --force",
Using
--force
is obviously a low slower than no using it. It takes about 12 seconds on my machine for the project I'm working on.Is there a reason why this flag needs to be included? Can't we just check out of date files?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions