Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
build: setup vetur jsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun Haoran committed Feb 2, 2021
1 parent c8ba169 commit f105864
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
],
}
},
"exclude": [
"dist",
"node_modules"
],
"include": [
"src/**/*"
]
}

0 comments on commit f105864

Please sign in to comment.