From f2af69c2f0b3c8d642673f438d438738b158cb8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 29 Aug 2023 00:06:44 +0200 Subject: [PATCH] build(ui): refine tsconfig.json MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index 61a91daf..4c48e296 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -6,7 +6,7 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "composite": true, - "baseUrl": ".", + "baseUrl": "./", "types": ["node", "jsdom"], "paths": { "@/*": ["./src/*"] -- 2.34.1