fix: 移除 tsconfig.web.json 中已弃用的 baseUrl
This commit is contained in:
+1
-2
@@ -15,9 +15,8 @@
|
||||
"noEmit": true,
|
||||
|
||||
/* Path alias */
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@renderer/*": ["src/renderer/src/*"]
|
||||
"@renderer/*": ["./src/renderer/src/*"]
|
||||
},
|
||||
|
||||
/* Linting */
|
||||
|
||||
Reference in New Issue
Block a user