diff --git a/tsconfig.json b/tsconfig.json index 9ed7eec..df02397 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "es6", "module": "commonjs", "outDir": "out", "sourceMap": true