From 92d524d8323b511ded59ab79b24ea7448a6ddd63 Mon Sep 17 00:00:00 2001 From: LingandRX <56020800+LingandRX@users.noreply.github.com> Date: Sun, 24 May 2026 08:44:04 +0800 Subject: [PATCH] fix(tsconfig): remove unused baseUrl and paths configuration (#50) --- 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": [