X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Ftsconfig.json;h=4c48e296d56b106fa7de2395378261f44686fe5c;hb=923ac728c8636e5d8e7cc387ade07990385c6fdd;hp=69f19c7e8f4469e6f4d4b60644395f3bea35266b;hpb=bc5b1e94c9b908990fdb7590fa56ae65cfdc83a1;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index 69f19c7e..4c48e296 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -5,10 +5,11 @@ "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "sourceMap": true, - "baseUrl": ".", - "types": ["node", "mocha", "chai"], + "composite": true, + "baseUrl": "./", + "types": ["node", "jsdom"], "paths": { - "@/*": ["src/*"] + "@/*": ["./src/*"] } }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],