diff --git a/tsconfig.json b/tsconfig.json index b4c1d7c..1165726 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ // Environment Settings // See also https://aka.ms/tsconfig/module "module": "CommonJS", - "target": "es5", + "target": "ES6", "lib": ["esnext"], "types": ["node", "jest"],