From 376830cf6ea0bf4c8e37b8f3812bdf4fe08a2414 Mon Sep 17 00:00:00 2001 From: JohnMark Sill Date: Wed, 16 Feb 2022 21:35:17 -0600 Subject: [PATCH] refactor: add newline to tsconfig.json --- web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/tsconfig.json b/web/tsconfig.json index a226c8dd8..930223342 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -4,4 +4,4 @@ "jsxFactory": "h", "jsxFragmentFactory": "Fragment", } -} \ No newline at end of file +}