From e412aff01b9610046dbdb9299ab624c213be8b66 Mon Sep 17 00:00:00 2001 From: Danya H Date: Thu, 13 Jun 2024 02:18:55 +0100 Subject: [PATCH] rollback tsconfig test changes --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index af2195a..3c0fb42 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ESNext", - "lib": ["ESNext","ES2019", "ES6"], + "lib": ["ESNext","ES2019"], "moduleResolution": "node", "module": "ESNext", "esModuleInterop": true,