X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Ftsconfig.json;h=eb8bcbce64544fd84d54c39c083e3be1018525df;hb=e1140db1186f026dfc1756900317542259b67ff8;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..eb8bcbce 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -5,8 +5,9 @@ "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "sourceMap": true, + "composite": true, "baseUrl": ".", - "types": ["node", "mocha", "chai"], + "types": ["node", "jsdom"], "paths": { "@/*": ["src/*"] }