diff --git a/tsconfig/base.json b/tsconfig/base.json index e9b7e5f5b1..11e3d6350e 100644 --- a/tsconfig/base.json +++ b/tsconfig/base.json @@ -3,7 +3,7 @@ "../src/index.ts" ], "compilerOptions": { - "lib": ["ES2017", "DOM", "ES2018.asynciterable"], + "lib": ["ES2020", "DOM"], "types": [], "strict": true, "forceConsistentCasingInFileNames": true,