This repository was archived by the owner on Oct 23, 2023. It is now read-only.
How to skip type check for sfc files when the script is not ts(which does not have lang="ts") #46
Unanswered
lovetingyuan
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Maybe we can have a tsconfig & IDE option like Never: disable in all vue scripts |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
How to skip type check for sfc files when the script is not ts(which does not have lang="ts") ?
I just want to perform type checking to ts file or vue sfc which only using typescript.
@johnsoncodehk
Beta Was this translation helpful? Give feedback.
All reactions