build(ci): fix sonar-scanner
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 12:14:31 +0000 (14:14 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 12:14:31 +0000 (14:14 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/tsconfig-base.json [new file with mode: 0644]
ui/web/tsconfig.json

diff --git a/ui/web/tsconfig-base.json b/ui/web/tsconfig-base.json
new file mode 100644 (file)
index 0000000..d594040
--- /dev/null
@@ -0,0 +1,7 @@
+{
+  "$schema": "https://json.schemastore.org/tsconfig",
+  "extends": [
+    "@tsconfig/node20/tsconfig.json",
+    "@vue/tsconfig/tsconfig.json"
+  ]
+}
index 99a246e76900c74f1b6f886ae8524a9ca5f280b3..f7ba3200dda50855fd0c7d790257375f0151bbdf 100644 (file)
@@ -1,8 +1,6 @@
 {
-  "extends": [
-    "@tsconfig/node20/tsconfig.json",
-    "@vue/tsconfig/tsconfig.json"
-  ],
+  "$schema": "https://json.schemastore.org/tsconfig",
+  "extends": "./tsconfig-base.json",
   "compilerOptions": {
     "experimentalDecorators": true,
     "allowSyntheticDefaultImports": true,