From 177fe30586961da7f62cdcead9b056ddace3631c Mon Sep 17 00:00:00 2001 From: Boki Date: Sun, 22 Jun 2025 21:19:35 -0400 Subject: [PATCH] i donno --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]