diff --git a/tsconfig.json b/tsconfig.json index 4bd7c1f..82e1037 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,11 +26,7 @@ "target": "ESNext", "types": ["chrome", "webextension-polyfill", "@testing-library/jest-dom", "vitest/globals"], - "noImplicitAny": true, - "baseUrl": ".", - "paths": { - "@/*": ["./*"] - } + "noImplicitAny": true }, // 确保包含你的源代码目录 "include": [