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