1 parent ba0ae92 commit 4000137Copy full SHA for 4000137
1 file changed
tsconfig.json
@@ -9,6 +9,7 @@
9
"target": "es5",
10
"moduleResolution": "node",
11
"lib": ["dom", "es2015"],
12
+ "skipLibCheck": true, // avoids type errors with Playwright missing types in CI.
13
14
// TODO will be removed in TS 5.5
15
"ignoreDeprecations": "5.0",
0 commit comments