diff --git a/tsconfig.json b/tsconfig.json index 548bbe7fb..3bcac0171 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "esModuleInterop": true, "module": "commonjs", "moduleResolution": "node", - "target": "es2016", + "target": "es2020", "noImplicitAny": false, "sourceMap": true, "outDir": "./lib",