From 052d81462f4bd78976f6c6bb0efdad53058cf46f Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sat, 8 Sep 2018 17:33:44 -0500 Subject: [PATCH] Revert "target es6" This reverts commit 27c31627aeb6198459e66d9c35a74ff026f598c3. --- 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 3e1191644..591702887 100644 --- a/src/FilterLists.Web/tsconfig.json +++ b/src/FilterLists.Web/tsconfig.json @@ -3,7 +3,7 @@ "baseUrl": ".", "module": "es2015", "moduleResolution": "node", - "target": "es6", + "target": "es5", "jsx": "react", "sourceMap": true, "skipDefaultLibCheck": true,