diff --git a/tsconfig.json b/tsconfig.json index ab2cb8b4d..a35dba626 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "baseUrl": ".", "strict": true, - "target": "ES5", + "target": "ES2020", "module": "ESNext", "moduleResolution": "Bundler", "esModuleInterop": true,