From a414db7375a1142f1940b49cf14dd561af080fc0 Mon Sep 17 00:00:00 2001 From: Alex / KATT Date: Fri, 10 Jan 2025 23:44:42 +0100 Subject: [PATCH] chore: rm `baseUrl` from all `tsconfig.json`s (#6381) --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 17e4292ad..e3e1b2591 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,9 +22,8 @@ "incremental": true, /* Path aliases */ - "baseUrl": ".", "paths": { - "~/*": ["src/*"] + "~/*": ["./src/*"] }, "types": ["vitest/globals"]