Skip to content

Commit

Permalink
fix: 🧩 修改路径
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-czy committed Dec 19, 2023
1 parent 8a30a23 commit 0066681
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
// 模块名到基于 baseUrl的路径映射的列表。
"paths": {
"@/*": [
"src/*"
"./src/*"
],
"@routers/*": [
"src/routers/*"
"./src/routers/*"
],
"@components/*": [
"src/components/*"
"./src/components/*"
],
"@store/*": [
"src/store/*"
"./src/store/*"
],
},
/* Linting */
Expand Down

0 comments on commit 0066681

Please sign in to comment.