From e4054ee4af3c7a7b44056315ef6ae0cd5e528b68 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Fri, 29 Mar 2024 18:48:37 +0700 Subject: [PATCH] chore(bots/discord): include all ts files in tsconfig --- bots/discord/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/discord/tsconfig.json b/bots/discord/tsconfig.json index 4729956..8176edc 100755 --- a/bots/discord/tsconfig.json +++ b/bots/discord/tsconfig.json @@ -21,5 +21,5 @@ "skipLibCheck": true }, "exclude": ["node_modules", "dist"], - "include": ["./*.json", "src/**/*.ts", "scripts/**/*.ts"] + "include": ["./**/*.ts", "./*.ts"] }