From ee0ed1845b3cc04c43f3d221799374c3bfb65a75 Mon Sep 17 00:00:00 2001 From: Carl Brugger Date: Thu, 31 Aug 2023 15:47:02 -0500 Subject: [PATCH] fix: remove accidental commit --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 752a53d11..8ba210f53 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "esModuleInterop": true, "isolatedModules": true, - "lib": [ "es2015", "dom" ], - "moduleResolution": "nodenext" + "lib": [ "es2015", "dom" ] } }