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/*" ] }