From 386e8f6dc71c8be1ddf0c53a2686b4d16f518877 Mon Sep 17 00:00:00 2001 From: "Collin M. 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,