X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Ftsconfig.json;h=7fe09db6d7ff37fa040d730c99cf6c5d9324a90b;hb=6644d2b07e885db614c42034285970e95b1a271e;hp=9a3e10e71af6254bb9537175d2937f995f145db8;hpb=03682e2e36e2236174a6dc7052494345165798c9;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index 9a3e10e7..7fe09db6 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "@vue/tsconfig/tsconfig.json", "compilerOptions": { + "allowImportingTsExtensions": false, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "sourceMap": true,