fix(tst-020): exclude playwright config from Next.js tsc — @playwright/test not in deps

This commit is contained in:
admin-valentin 2026-07-31 16:17:42 +00:00
parent 9314d0a8f5
commit 9a3a8412cd

View file

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