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