From b6460520201791a2a8890a29d924cf05ce300f88 Mon Sep 17 00:00:00 2001 From: astuyve Date: Tue, 23 Jul 2019 07:18:05 -0500 Subject: [PATCH] no trailing comma --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 702e6b5..c90a1b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "outDir": "./dist", "strict": true, "esModuleInterop": true, - "resolveJsonModule": true, + "resolveJsonModule": true }, "typeRoots": [ "node_modules/@types",