From 38007d441290d4ecd6686cafe962323fa6279426 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 24 Apr 2023 14:19:06 +0200 Subject: [PATCH] build: cleanup tsconfig files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ui/web/tsconfig.json | 1 - 1 file changed, 1 deletion(-) 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, -- 2.34.1