diff --git a/tsconfig.json b/tsconfig.json index 17a789a5..d6f3e9c3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "commonjs", - "target": "es5", + "target": "es6", "outDir": "build", "strict": true, "strictPropertyInitialization": false,