From a604be7ef8110e4d529a07fd36b944716692fb0d Mon Sep 17 00:00:00 2001 From: Aaron Holderman Date: Wed, 26 Sep 2018 09:54:08 -0600 Subject: [PATCH] remove errant comma --- types/apostrophe/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/apostrophe/tsconfig.json b/types/apostrophe/tsconfig.json index 8ca5e4e7a3..24c5d48f85 100644 --- a/types/apostrophe/tsconfig.json +++ b/types/apostrophe/tsconfig.json @@ -14,10 +14,10 @@ ], "types": [], "noEmit": true, - "forceConsistentCasingInFileNames": true, + "forceConsistentCasingInFileNames": true }, "files": [ "index.d.ts", "apostrophe-tests.ts" ] -} \ No newline at end of file +}