Skip to content

Commit

Permalink
Update tsconfig.json (#318)
Browse files Browse the repository at this point in the history
解决在 webstorm 下使用别名 @ 导入包没有代码提示
  • Loading branch information
ylx252 authored Mar 26, 2024
1 parent 6f9a724 commit 2ee809c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"dom"
],
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
Expand All @@ -36,4 +37,4 @@
"path": "./tsconfig.node.json"
}
]
}
}

0 comments on commit 2ee809c

Please sign in to comment.