From 85f1b1608adee7374c99d40c7617c81294361d1a Mon Sep 17 00:00:00 2001 From: Trevor Johnston Date: Fri, 18 Nov 2016 12:53:46 -0500 Subject: [PATCH] typescript you are weird --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e0848de7b7..3dc02eecab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,9 +9,9 @@ "lib": [ "dom", "es5", - "es2015.collection", - "es2015.iterable", "es2015.promise", + "es2015.iterable", + "es2015.collection", "scripthost" ] },