From: Jérôme Benoit Date: Mon, 28 Aug 2023 22:06:44 +0000 (+0200) Subject: build(ui): refine tsconfig.json X-Git-Tag: v1.2.21~50 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f2af69c2f0b3c8d642673f438d438738b158cb8a;p=e-mobility-charging-stations-simulator.git build(ui): refine tsconfig.json Signed-off-by: Jérôme Benoit --- 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/*"]