diff --git a/tsconfig.json b/tsconfig.json index 65f5fd7..9d33491 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ "./src/**/*", "./test/integration/manualLaunchScript.ts", "./test/integration/roomMembersTest.ts", - "./test/integration/commands/makedminCommandTest.ts" + "./test/integration/commands/makedminCommandTest.ts", "./test/integration/banListTest.ts" ] }