From 1d4f182618eff6238250a773bdd31c56637f0058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20G=C5=82owacz?= Date: Mon, 22 Jul 2024 12:55:56 +0200 Subject: [PATCH] remove comma --- jsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsconfig.json b/jsconfig.json index c45e057..2e30668 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -6,6 +6,6 @@ } }, "vueCompilerOptions": { - "target": 2.7, + "target": 2.7 } }