From a9d370ce9e88cbbd6e985be56b0c8cea421952b1 Mon Sep 17 00:00:00 2001 From: hueso Date: Mon, 8 Jun 2026 17:49:01 -0300 Subject: [PATCH] update tsconfig for typescript 7 --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index d096c1a..00b3a31 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "scripts" ], "compilerOptions": { - "baseUrl": ".", "strict": true, "paths": { "@/*": [ @@ -39,4 +38,4 @@ "node_modules", "./node_modules" ] -} \ No newline at end of file +}