fix(tst-020): exclude playwright config from Next.js tsc — @playwright/test not in deps
This commit is contained in:
parent
9314d0a8f5
commit
9a3a8412cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue