Skip to content

Commit

Permalink
test(playwright): Workaround Jest-Playwright Issue
Browse files Browse the repository at this point in the history
Work around:

* playwright-community/jest-playwright#808

by adding `"skipLibCheck": true` to shared tsconfig.json.

See also:

* TypeScript: TSConfig Reference - skipLibCheck
  https://www.typescriptlang.org/tsconfig#skipLibCheck
  • Loading branch information
mmichaelis committed Aug 10, 2022
1 parent 6ccab0d commit 40c7f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"target": "ES6",
"composite": true,
"incremental": true,
"skipLibCheck": true,
"types": [
"jest"
]
Expand Down

0 comments on commit 40c7f4f

Please sign in to comment.