X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Ftsconfig.json;h=4c48e296d56b106fa7de2395378261f44686fe5c;hb=05558d929eb51343f080455aae1a4ec4fed62fa5;hp=bec954778e960047070ed3707bd7ed621451b61b;hpb=5a983ff4d2a73c89f8894f0c17e9ae78cfe026a3;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index bec95477..4c48e296 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -1,16 +1,16 @@ { "$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, "sourceMap": true, - "baseUrl": ".", - "types": ["node", "mocha", "chai"], + "composite": true, + "baseUrl": "./", + "types": ["node", "jsdom"], "paths": { - "@/*": ["src/*"] - }, - "lib": ["esnext", "dom"] + "@/*": ["./src/*"] + } }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"], "exclude": ["node_modules"]