diff --git a/tsconfig.json b/tsconfig.json index 194ce17..2b869d3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "baseUrl": "./src", "module": "esnext", - "target": "es5", + "target": "es6", "lib": ["esnext", "dom"], "sourceMap": true, "allowJs": true,