From 9992aa0661860b717c5f82022212932a72fdcb78 Mon Sep 17 00:00:00 2001 From: David Teller Date: Thu, 17 Mar 2022 14:04:25 +0100 Subject: [PATCH] WIP: tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7086f3e..0327a13 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,6 +21,6 @@ "include": [ "./src/**/*", "./test/integration/manualLaunchScript.ts", - "./test/integration/roomMembersTest.ts", + "./test/integration/roomMembersTest.ts" ] }