From 316f321dada1f930c706fb08fdff5b2e94072a6b Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Sat, 20 Jul 2024 17:06:22 -0700 Subject: [PATCH] fix: tsconfig ecommerce example (#545) --- examples/search-agent-for-e-commerce/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/search-agent-for-e-commerce/tsconfig.json b/examples/search-agent-for-e-commerce/tsconfig.json index 4945b6755..fe3a695bd 100644 --- a/examples/search-agent-for-e-commerce/tsconfig.json +++ b/examples/search-agent-for-e-commerce/tsconfig.json @@ -9,7 +9,7 @@ } ], "paths": { - "@/*": ["./*"], + "@/*": ["./src/*"], "@assistant-ui/*": ["../../packages/*/src"], "@assistant-ui/react/*": ["../../packages/react/src/*"] },