From 9ccb72522cd94646c55ad37420b37259b29c8651 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 2 Dec 2021 10:11:34 +0000 Subject: [PATCH] Update tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0f0c5fd..f0e488f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -70,7 +70,7 @@ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, "include": [ - "./src", "app.ts", + "./src", ], "exclude": [ "./tests"