From 06f9002fd12dada50685170079c8c9cf20dd48f8 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 25 Mar 2024 13:55:50 -0400 Subject: [PATCH] trailing comma --- tsconfig.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.example.json b/tsconfig.example.json index 8316562..992ee72 100644 --- a/tsconfig.example.json +++ b/tsconfig.example.json @@ -2,7 +2,7 @@ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", - "outDir": "./build" + "outDir": "./build", }, "include": [ "example/*"