diff --git a/tsconfig-base.json b/tsconfig-base.json index 01ccda8..d3b4892 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -9,7 +9,7 @@ "module": "umd", "noEmitHelpers": false, "skipLibCheck": true, - "lib": ["es2015"], + "lib": ["es2022"], "strict": true, "noImplicitReturns": true, "baseUrl": "./",