Compare commits

..

1 Commits

Author SHA1 Message Date
雨霖铃 037e98cd45 fix(tsconfig): remove unused baseUrl and paths configuration 2026-05-24 08:42:43 +08:00
+1 -5
View File
@@ -26,11 +26,7 @@
"target": "ESNext", "target": "ESNext",
"types": ["chrome", "webextension-polyfill", "@testing-library/jest-dom", "vitest/globals"], "types": ["chrome", "webextension-polyfill", "@testing-library/jest-dom", "vitest/globals"],
"noImplicitAny": true, "noImplicitAny": true
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}, },
// 确保包含你的源代码目录 // 确保包含你的源代码目录
"include": [ "include": [