From 27c31627aeb6198459e66d9c35a74ff026f598c3 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sat, 8 Sep 2018 17:30:23 -0500 Subject: [PATCH] target es6 --- src/FilterLists.Web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,