From d6849e37b64597176a09a76c7b79f175ddd1b88e Mon Sep 17 00:00:00 2001 From: "zhouxiao.shaw" Date: Thu, 1 Aug 2024 21:27:07 +0800 Subject: [PATCH] chore: fix langsmith wrapper --- packages/playwright-demo/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playwright-demo/tsconfig.json b/packages/playwright-demo/tsconfig.json index 3a3d888a..45049427 100644 --- a/packages/playwright-demo/tsconfig.json +++ b/packages/playwright-demo/tsconfig.json @@ -19,5 +19,5 @@ "strict": true }, "exclude": [ "node_modules"], - "include": ["src", "e2e", "./playwright.config.ts", "./vitest.config"] + "include": ["src", "e2e", "./playwright.config.ts", "./modern.config.ts"] }