Skip to content

Commit

Permalink
Merge pull request flipped-aurora#1459 from bypanghu/main
Browse files Browse the repository at this point in the history
fix:修复web在vscode打开的时候识别不了@符号的bug
  • Loading branch information
bypanghu committed Jun 26, 2023
2 parents e46468b + f81dfd7 commit 5c0af14
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"],
}
},
"exclude": ["node_modules", "dist"],
"include": ["src/**/*"]
}

0 comments on commit 5c0af14

Please sign in to comment.