Skip to content

Commit 4000137

Browse files
committed
update tsconfig to ignore type checking libs (avoid missing playwright types in CI)
1 parent ba0ae92 commit 4000137

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎tsconfig.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"target": "es5",
1010
"moduleResolution": "node",
1111
"lib": ["dom", "es2015"],
12+
"skipLibCheck": true, // avoids type errors with Playwright missing types in CI.
1213

1314
// TODO will be removed in TS 5.5
1415
"ignoreDeprecations": "5.0",

0 commit comments

Comments
 (0)