From 9a3a8412cd5a80f8b99bbd598262d12f7cfbd9b6 Mon Sep 17 00:00:00 2001 From: admin-valentin Date: Fri, 31 Jul 2026 16:17:42 +0000 Subject: [PATCH] =?UTF-8?q?fix(tst-020):=20exclude=20playwright=20config?= =?UTF-8?q?=20from=20Next.js=20tsc=20=E2=80=94=20@playwright/test=20not=20?= =?UTF-8?q?in=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 334fafd..a1cccf1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ "paths": { "@/*": ["./src/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "playwright.config.ts", "tests"] }