X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Ftsconfig.json;h=99a246e76900c74f1b6f886ae8524a9ca5f280b3;hb=a3269517dde255ad2d240323fbe1624a9769a93c;hp=8269c9eba8597a914ffc19a31bed513f5032dc1f;hpb=ebbfbf1c01e010d051956867484b74a94237f546;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index 8269c9eb..99a246e7 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -1,5 +1,8 @@ { - "extends": "@vue/tsconfig/tsconfig.node.json", + "extends": [ + "@tsconfig/node20/tsconfig.json", + "@vue/tsconfig/tsconfig.json" + ], "compilerOptions": { "experimentalDecorators": true, "allowSyntheticDefaultImports": true,