From 5741c7089a49430f2fa24e1affd8c59069de116f Mon Sep 17 00:00:00 2001 From: Darius Date: Mon, 27 Oct 2025 23:17:11 +0100 Subject: [PATCH] add tsc dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e318384..4d9b807 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "@twurple/chat": "^7.4.0", "axios": "^1.12.2", "chalk": "^5.6.2", - "dotenv": "^17.2.2" + "dotenv": "^17.2.2", + "typescript": "^5.9.2" } }