From 6b6884104ee5f564615d253fc2024c8861151d73 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Thu, 17 Aug 2023 21:06:45 +0200 Subject: [PATCH] chore: that will do --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9112d8e..42f2818 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -101,6 +101,7 @@ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, "exclude": [ - "node_modules/*" + "node_modules/*", + "node_modules/discord.js/*" ] }