From 49e7c1f5585a16e239c563d6ac1466fd36573baa Mon Sep 17 00:00:00 2001 From: Gloria Giannascoli Date: Mon, 29 Jul 2024 13:44:32 +0200 Subject: [PATCH] try change inputs --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 431a16e..d25d823 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "lib": ["ES2021", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, + "baseUrl": "./src", /* Bundler mode */ "moduleResolution": "bundler",