diff --git a/src/FilterLists.Web/tsconfig.json b/src/FilterLists.Web/tsconfig.json index 591702887..3e1191644 100644 --- a/src/FilterLists.Web/tsconfig.json +++ b/src/FilterLists.Web/tsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "module": "es2015", "moduleResolution": "node", - "target": "es5", + "target": "es6", "jsx": "react", "sourceMap": true, "skipDefaultLibCheck": true,