From 5e128436c911fadeb4397b1332d73ae830b5839c Mon Sep 17 00:00:00 2001 From: Patrick Rodgers Date: Mon, 18 Nov 2024 10:12:47 -0500 Subject: [PATCH] update tsconfig.json --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index cca0157fd..5c26c456a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,8 +10,7 @@ "lib": [ "ES2015", "dom", - "ES2017.Object", - "ES2015.Iterable" + "ES2017.Object" ], "baseUrl": ".", "rootDir": ".",