From 611548ac98bd0c782983639b686c14919590f008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Thu, 29 Feb 2024 15:32:20 +0100 Subject: [PATCH] fix baseUrl which was chanegd to an absolute path by the auto-installer for react --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 37df285..964024c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "verbatimModuleSyntax": true, "jsx": "react-jsx", - "baseUrl": "/Users/timotheerebours/PersonalProjects/tex0l.github.io-astro", + "baseUrl": ".", "paths": { "~/*": [ "src/*"