From 737804047418db6b9611f57342fc67e44c25c0a2 Mon Sep 17 00:00:00 2001 From: Yulong Ruan Date: Fri, 10 Jan 2025 16:00:50 +0800 Subject: [PATCH] remove baseUrl config in tsconfig.json Signed-off-by: Yulong Ruan --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b9baab8a..17273e48 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "compilerOptions": { "jsx": "react", "allowJs": true, - "baseUrl": ".", "target": "esnext", "module": "commonjs", "outDir": "./target",