Skip to content

Instantly share code, notes, and snippets.

@stfsy
Created January 8, 2022 07:28
Show Gist options
  • Save stfsy/fe56e6f2ada26b63f7263d9852fc4ffb to your computer and use it in GitHub Desktop.
Save stfsy/fe56e6f2ada26b63f7263d9852fc4ffb to your computer and use it in GitHub Desktop.
JSConfig for VSCode with Vetur with Vue.js
{
"include": [
"./src/**/*"
],
"compilerOptions": {
"checkJs": true,
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
},
"exclude": [
"dist",
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment