build(ui): refine tsconfig.json
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 28 Aug 2023 22:06:44 +0000 (00:06 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 28 Aug 2023 22:06:44 +0000 (00:06 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/tsconfig.json

index 61a91dafe10576ae6ad074b53e7db7d3bb417718..4c48e296d56b106fa7de2395378261f44686fe5c 100644 (file)
@@ -6,7 +6,7 @@
     "allowSyntheticDefaultImports": true,
     "sourceMap": true,
     "composite": true,
-    "baseUrl": ".",
+    "baseUrl": "./",
     "types": ["node", "jsdom"],
     "paths": {
       "@/*": ["./src/*"]