From d54ffd8012a211f28b1cbc7b6e2dace873b9f3bc Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Thu, 11 Sep 2025 17:43:45 -0700 Subject: [PATCH] dont use dom libs --- test/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tsconfig.json b/test/tsconfig.json index 32f86a3265..45329e980d 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "../tsconfig.base.json", "compilerOptions": { - "lib": ["ESNext", "DOM.Iterable", "DOM.AsyncIterable"], + "lib": ["ESNext", "ES2015.Iterable", "ESNext.AsyncIterable"], // Path remapping "baseUrl": ".", "paths": {