fix: 移除 tsconfig.web.json 中已弃用的 baseUrl

This commit is contained in:
2026-07-11 01:03:44 +08:00
parent 56e0b05b6b
commit 5da3462131
+1 -2
View File
@@ -15,9 +15,8 @@
"noEmit": true,
/* Path alias */
"baseUrl": ".",
"paths": {
"@renderer/*": ["src/renderer/src/*"]
"@renderer/*": ["./src/renderer/src/*"]
},
/* Linting */