fix(tsconfig): remove unused baseUrl and paths configuration (#50)

This commit is contained in:
LingandRX
2026-05-24 08:44:04 +08:00
committed by GitHub
parent 6abdf4add4
commit 92d524d832
+1 -5
View File
@@ -26,11 +26,7 @@
"target": "ESNext",
"types": ["chrome", "webextension-polyfill", "@testing-library/jest-dom", "vitest/globals"],
"noImplicitAny": true,
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
"noImplicitAny": true
},
// 确保包含你的源代码目录
"include": [