diff --git a/tsconfig.json b/tsconfig.json index b7ae64e8..0179e267 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "strictNullChecks": true, "noEmit": true, - "target": "es6" + "target": "ES2020" }, "include": ["src/**/*"], }