diff --git a/tsconfig.browser.json b/tsconfig.browser.json index b8deca5b..18b0ace3 100644 --- a/tsconfig.browser.json +++ b/tsconfig.browser.json @@ -10,7 +10,8 @@ "rootDir": ".", "lib": [ "DOM", - "ESNext" + "ESNext", + "DOM.Asynciterable" ], "skipLibCheck": true, "forceConsistentCasingInFileNames": true, diff --git a/tsconfig.json b/tsconfig.json index a72fcfc0..15ac68ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "rootDir": "./src", "lib": [ "DOM", - "ESNext" + "ESNext", + "DOM.Asynciterable" ], "skipLibCheck": true, "forceConsistentCasingInFileNames": true, diff --git a/tsconfig.unified.json b/tsconfig.unified.json index a72fcfc0..15ac68ea 100644 --- a/tsconfig.unified.json +++ b/tsconfig.unified.json @@ -10,7 +10,8 @@ "rootDir": "./src", "lib": [ "DOM", - "ESNext" + "ESNext", + "DOM.Asynciterable" ], "skipLibCheck": true, "forceConsistentCasingInFileNames": true,