Skip to content

Commit

Permalink
fix(mellow-vue): add paths and baseUrl to compilerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
DominusKelvin committed Dec 5, 2023
1 parent 9a61251 commit cedf21e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/mellow-vue/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noEmitOnError": true,
"noErrorTruncation": true
"noErrorTruncation": true,
"baseUrl": ".",
"paths": {
"@/*": ["assets/js/*"]
}
}
}

0 comments on commit cedf21e

Please sign in to comment.