X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Ftsconfig.json;h=4c48e296d56b106fa7de2395378261f44686fe5c;hb=05558d929eb51343f080455aae1a4ec4fed62fa5;hp=eb8bcbce64544fd84d54c39c083e3be1018525df;hpb=01ff4231d1a1640acdf12c0f2819f0c49456b218;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index eb8bcbce..4c48e296 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -6,10 +6,10 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "composite": true, - "baseUrl": ".", + "baseUrl": "./", "types": ["node", "jsdom"], "paths": { - "@/*": ["src/*"] + "@/*": ["./src/*"] } }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],