diff --git a/apps/gateway/tsconfig.typecheck.json b/apps/gateway/tsconfig.typecheck.json index 4b254c8..7db24a7 100644 --- a/apps/gateway/tsconfig.typecheck.json +++ b/apps/gateway/tsconfig.typecheck.json @@ -10,7 +10,9 @@ "@mosaic/db": ["../../packages/db/src/index.ts"], "@mosaic/log": ["../../packages/log/src/index.ts"], "@mosaic/memory": ["../../packages/memory/src/index.ts"], - "@mosaic/types": ["../../packages/types/src/index.ts"] + "@mosaic/types": ["../../packages/types/src/index.ts"], + "@mosaic/discord-plugin": ["../../plugins/discord/src/index.ts"], + "@mosaic/telegram-plugin": ["../../plugins/telegram/src/index.ts"] } } }