build(ui): import the proper @vue/tsconfig file
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 20:07:46 +0000 (22:07 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Apr 2023 20:07:46 +0000 (22:07 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/tsconfig.json

index bec954778e960047070ed3707bd7ed621451b61b..69f19c7e8f4469e6f4d4b60644395f3bea35266b 100644 (file)
@@ -1,6 +1,6 @@
 {
   "$schema": "https://json.schemastore.org/tsconfig",
-  "extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.json"],
+  "extends": ["@tsconfig/node20/tsconfig.json", "@vue/tsconfig/tsconfig.dom.json"],
   "compilerOptions": {
     "experimentalDecorators": true,
     "allowSyntheticDefaultImports": true,
@@ -9,8 +9,7 @@
     "types": ["node", "mocha", "chai"],
     "paths": {
       "@/*": ["src/*"]
-    },
-    "lib": ["esnext", "dom"]
+    }
   },
   "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
   "exclude": ["node_modules"]