From 91b87237b22e9b83d2fb26c516bdbf1ae81865f5 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 23 Sep 2024 12:09:14 +0200 Subject: [PATCH] Add newline at end of tsconfig.base.json This change ensures the file ends with a newline character, conforming to standard formatting practices. It helps in maintaining consistency and prevents potential issues with some text editors and version control systems. --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 6e8fbdc..ec9ed53 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -20,4 +20,4 @@ } }, "exclude": ["node_modules", "tmp"] -} \ No newline at end of file +}