diff --git a/tsconfig.json b/tsconfig.json index ea0468f0..725a40fc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,7 @@ ] }, "sourceMap": true, - "target": "es6", + "target": "ESNext", "typeRoots": [ "node_modules/@types" ]