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"] }