Recommended jsconfig.json for JS projects? #442
-
If a project doesn't plan to use TS, what would be recommended |
Beta Was this translation helpful? Give feedback.
Answered by
johnsoncodehk
Sep 1, 2021
Replies: 1 comment 2 replies
-
The latest version should not need to work with jsconfig, you will get same behaviors as *.js, if you want to create a jsconfig, please refer to https://vuejs.org/v2/guide/typescript.html#Recommended-Configuration. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest version should not need to work with jsconfig, you will get same behaviors as *.js, if you want to create a jsconfig, please refer to https://vuejs.org/v2/guide/typescript.html#Recommended-Configuration.