From 9800e26bd03d1a729e343dc729aebdfb3d554c61 Mon Sep 17 00:00:00 2001 From: Hugo <60015232+hugop95@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:25:31 +0100 Subject: [PATCH] chore: remove base url from tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0b4bff5e9..fcf1ebe54 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,6 @@ "target": "esnext", "types": ["node"], "allowJs": true, - "baseUrl": ".", "strict": true, "noEmit": true }