chore(tsconfig): 移除冗余的 baseUrl 配置

This commit is contained in:
fawney19
2026-04-23 22:05:02 +08:00
parent 342d4a268c
commit bb312ff0cf

View File

@@ -3,7 +3,6 @@
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},