Why do we need --force for vue-tsc? #11834
Unanswered
jemdiggity
asked this question in
Help/Questions
Replies: 1 comment
-
Related question, why |
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.
-
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