Skip to content

Commit

Permalink
🔧 chore: 调整配置
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 16, 2021
1 parent aac1120 commit 06f3fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"extends": "../../tsconfig.json",
"include": ["./**/*.ts", "../../types"],
"include": [".", "../../types"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/common": ["../common"],
"@/common/*": ["../common/*"],
"@/*": ["./*"],
"@@/*": [".umi/*", "../.umi/*"]
"@@/*": [".umi/*"]
}
}
}

0 comments on commit 06f3fcf

Please sign in to comment.