X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fui%2Fweb%2Ftsconfig.json;h=8269c9eba8597a914ffc19a31bed513f5032dc1f;hb=aeb31e77eef45a146782bffe2fd2401041b38b79;hp=f0a1203d4ff48f6776e35776240f18c5480db90a;hpb=32de5a575189d226213641f5ee36004f8454cb50;p=e-mobility-charging-stations-simulator.git diff --git a/src/ui/web/tsconfig.json b/src/ui/web/tsconfig.json index f0a1203d..8269c9eb 100644 --- a/src/ui/web/tsconfig.json +++ b/src/ui/web/tsconfig.json @@ -1,20 +1,12 @@ { + "extends": "@vue/tsconfig/tsconfig.node.json", "compilerOptions": { - "target": "esnext", - "module": "esnext", - "strict": true, - "jsx": "preserve", - "moduleResolution": "node", "experimentalDecorators": true, - "skipLibCheck": true, - "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "useDefineForClassFields": true, "sourceMap": true, "baseUrl": ".", "types": [ - "webpack-env", + "node", "mocha", "chai" ], @@ -25,9 +17,7 @@ }, "lib": [ "esnext", - "dom", - "dom.iterable", - "scripthost" + "dom" ] }, "include": [