Skip to content

Commit

Permalink
Merge pull request #61 from uw-it-aca/task/jsonconfig
Browse files Browse the repository at this point in the history
Adds jsonconfig needed for new vue extensions.
  • Loading branch information
charlon authored Mar 13, 2024
2 parents 1b962b3 + 9923ea4 commit 8fa1ab2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"batisteo.vscode-django",
"esbenp.prettier-vscode",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint"
]
Expand Down
8 changes: 8 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./app_name_vue/*"]
}
},
"exclude": ["node_modules", "dist"]
}

0 comments on commit 8fa1ab2

Please sign in to comment.