From c8d83dba7da9a23300e7b097f5bfb60a47c6f1d1 Mon Sep 17 00:00:00 2001 From: PatrickJS Date: Fri, 29 May 2015 12:31:11 -0700 Subject: [PATCH] chore(tsconfig.json): fix invalid json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index eecb13438e..22b58e5456 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,5 @@ "filesGlob": [ "./**/*.ts", "!./node_modules/**/*.ts" - ], + ] }