diff --git a/tsconfig.json b/tsconfig.json index 23d15aa..2f2388d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -60,7 +60,7 @@ // Paths and output "baseUrl": ".", "paths": { - "@stock-bot/*": ["libs/*/src"] + "@stock-bot/*": ["libs/*/src"], } }, "exclude": ["node_modules", "dist"]