Skip to content

Commit

Permalink
add for vetur vscode plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mechevarria committed Dec 16, 2020
1 parent f0ae1ee commit 7c1f9fc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"baseUrl": "./",
"paths": {
"@/*": ["components/*"]
}
},
"include": [
"src/**/*.vue",
"src/**/*.js"
]
}

0 comments on commit 7c1f9fc

Please sign in to comment.