From: Jérôme Benoit Date: Mon, 24 Apr 2023 12:19:06 +0000 (+0200) Subject: build: cleanup tsconfig files X-Git-Tag: v1.2.12~95 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=38007d441290d4ecd6686cafe962323fa6279426;p=e-mobility-charging-stations-simulator.git build: cleanup tsconfig files Signed-off-by: Jérôme Benoit --- diff --git a/ui/web/tsconfig.json b/ui/web/tsconfig.json index f7ba3200..964bfb73 100644 --- a/ui/web/tsconfig.json +++ b/ui/web/tsconfig.json @@ -1,5 +1,4 @@ { - "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig-base.json", "compilerOptions": { "experimentalDecorators": true,