From ad50d9293d4f5f41238a62ffbfebbb2701d22bae Mon Sep 17 00:00:00 2001 From: Starman <30315137+Starman3787@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:18:20 +0000 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c714813..f7f78b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,6 +20,6 @@ "*": ["*"] } }, - "include": ["bot/**/*", "index.ts", "bot/**/*.json"], + "include": ["bot/**/*", "index.ts", "bot/**/*.json", "package.json"], "exclude": ["node_modules", "dist"] }