From 37ca2fb259e7c0ec425b0daa33659c48865197da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=92scar=20Casajuana?= Date: Thu, 15 Nov 2018 18:41:42 +0100 Subject: [PATCH] Removed erroneus trailing coma --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 14a2dc6..e61ac7c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,6 @@ "esModuleInterop": true, }, "include": [ - "./src/**/*", + "./src/**/*" ] }