Skip to content

Commit 543c1af

Browse files
committed
build(playwright-ct-angular): 🔧 disable strict typescript flag
1 parent 91c084c commit 543c1af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎packages/playwright-ct-angular/tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
{
1010
"path": "./tsconfig.spec.json"
1111
}
12-
]
12+
],
13+
"compilerOptions": {
14+
"strict":false
15+
}
1316
}

0 commit comments

Comments
 (0)