From ac7b6207d4d4de2b803ab89ad00931e3e56f02e2 Mon Sep 17 00:00:00 2001 From: AtHeartEngineer <1675654+AtHeartEngineer@users.noreply.github.com> Date: Wed, 26 Jul 2023 00:32:28 -0400 Subject: [PATCH] chore(tsconfig.json): remove unnecessary includes property and add missing newline at the end of the file --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 7e58c1a..20fe950 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,8 +7,5 @@ "module": "ES2022", "esModuleInterop": true, "allowSyntheticDefaultImports": true - }, - "includes": [ - "./src/" - ] + } } \ No newline at end of file