From 037e98cd45376f4d21c14ad8822df340166e72c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E9=9C=96=E9=93=83?= Date: Sun, 24 May 2026 08:42:43 +0800 Subject: [PATCH] fix(tsconfig): remove unused baseUrl and paths configuration --- tsconfig.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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": [