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