From 69630b9ae5c4a00883fd8f2dacd576bf36a963d5 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Thu, 7 Feb 2019 15:46:32 +0100 Subject: [PATCH] fix tsconfig.json json --- src/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index 91ef6b4546f..488b1134918 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -13,7 +13,7 @@ "es2015.promise", "es2015.iterable", "es2015.collection" - ], + ] }, "include": [ "./typings", @@ -22,6 +22,6 @@ "exclude": [ "./typings/require-monaco.d.ts", "./typings/es6-promise.d.ts", - "./typings/lib.ie11_safe_es6.d.ts", + "./typings/lib.ie11_safe_es6.d.ts" ] }