From 12fc350877439c14c5cd0280571fbae7e996dc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toti=20Mu=C3=B1oz?= Date: Thu, 20 Apr 2023 21:17:53 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20tsconfig.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e24a020..54fafac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -53,8 +53,7 @@ "es2015.symbol.wellknown", "esnext.asynciterable", "esnext", - "dom.iterable", - "scripthost" + "dom.iterable" ] }, "compileOnSave": true,