From 86d909185b57fdffc8682fa9a86385b3eae0f9de Mon Sep 17 00:00:00 2001 From: Omer Mecitoglu Date: Thu, 10 Oct 2024 16:03:56 +0700 Subject: [PATCH] test: fix test errors --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bf5923f..e9e48d3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "outDir": "dist", "target": "ESNext", - "lib": [], + "lib": ["ESNext"], "allowJs": false, "skipLibCheck": true, "strict": true,